Skip to content

Commit f58d285

Browse files
committed
fixing tree
1 parent 7a7c6e2 commit f58d285

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/conf.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,11 @@
125125
# further. For a list of options available for each theme, see the
126126
# documentation.
127127
#
128-
# html_theme_options = {}
128+
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+
}
129133

130134
# Add any paths that contain custom static files (such as style sheets) here,
131135
# relative to this directory. They are copied after the builtin static files,

0 commit comments

Comments
 (0)