Skip to content

Commit 207b18c

Browse files
committed
Fix toctree maxdepth of docs
1 parent 3492566 commit 207b18c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Contents
5656
--------
5757

5858
.. toctree::
59-
:maxdepth: 4
59+
:maxdepth: 3
6060

6161
installation
6262
overview

docs/src/pymunk.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ API Reference
1010
.. rubric:: Submodules
1111

1212
.. toctree::
13-
:maxdepth: 6
13+
:maxdepth: 1
1414

1515
pymunk.autogeometry
1616
pymunk.constraints

0 commit comments

Comments
 (0)