Skip to content

Commit 3139ee1

Browse files
committed
Change sidebar navigation depth from 4 to 5
1 parent 971fe5a commit 3139ee1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,10 @@
170170
"logo_only": True,
171171
# Collapse navigation (False makes it tree-like)
172172
"collapse_navigation": False,
173+
# An extra level of navigation depth over the default.
174+
# This allows deeply nested pages to appear in the sidebar at all,
175+
# and allows headers within pages to appear in the sidebar more often.
176+
'navigation_depth': 5,
173177
# Remove version and language picker beneath the title
174178
"version_selector": False,
175179
"language_selector": False,

0 commit comments

Comments
 (0)