Skip to content

Commit 788ea9f

Browse files
committed
Limit toctree to depth of 2
1 parent 49f722d commit 788ea9f

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/source/index.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ Contents
1515
--------
1616

1717
.. toctree::
18-
:caption: User Guide
18+
:caption: User Guide
19+
:maxdepth: 2
1920

20-
chipflow-lib/getting-started
21-
chipflow-lib/index
22-
Amaranth Language and Toolchain <amaranth/index>
23-
Amaranth System-on-a-Chip toolkit <amaranth-soc/index>
24-
support
21+
chipflow-lib/getting-started
22+
chipflow-lib/index
23+
Amaranth Language and Toolchain <amaranth/index>
24+
Amaranth System-on-a-Chip toolkit <amaranth-soc/index>
25+
support

0 commit comments

Comments
 (0)