Skip to content

Commit 3dc2e3b

Browse files
committed
Hide redundant ToC from docs homepage
Currently the table of contents appears twice on the docs home page `https://cheroot.cherrypy.dev/en/latest/`: both in the left hand selection panel and in the main contents next to it. This commit removes the duplicated content in the main panel.
1 parent 4bb134f commit 3dc2e3b

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Removed redundant ToC from docs homepage
2+
3+
Previously the table of contents appeared twice on the docs home page
4+
`https://cheroot.cherrypy.dev/en/latest/`: both in the left hand
5+
selection panel and in the main contents next to it.
6+
7+
-- by :user:`julianz-`.

docs/index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,25 @@ Welcome to Cheroot documentation!
66
.. toctree::
77
:maxdepth: 1
88
:glob:
9+
:hidden:
910

1011
history
1112

1213
.. toctree::
1314
:caption: Contributing
15+
:hidden:
1416

1517
contributing/guidelines
1618

1719
.. toctree::
1820
:caption: Maintenance
21+
:hidden:
1922

2023
contributing/release_guide
2124

2225
.. toctree::
2326
:caption: Reference
27+
:hidden:
2428

2529
devguide
2630
Private (dev) API autodoc <pkg/modules>

0 commit comments

Comments
 (0)