We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a7c6e2 commit f58d285Copy full SHA for f58d285
1 file changed
docs/conf.py
@@ -125,7 +125,11 @@
125
# further. For a list of options available for each theme, see the
126
# documentation.
127
#
128
-# html_theme_options = {}
+html_theme_options = {
129
+ "collapse_navigation": False, # keep the tree expanded (optional)
130
+ "navigation_depth": 4, # how deep the *page* tree goes
131
+ "titles_only": True,
132
+ }
133
134
# Add any paths that contain custom static files (such as style sheets) here,
135
# relative to this directory. They are copied after the builtin static files,
0 commit comments