Skip to content

Commit d58c5e2

Browse files
committed
DOC: set "collapse_navigation" option
1 parent 361e8db commit d58c5e2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,9 @@
143143
# Theme options are theme-specific and customize the look and feel of a theme
144144
# further. For a list of options available for each theme, see the
145145
# documentation.
146-
#html_theme_options = {}
146+
html_theme_options = {
147+
'collapse_navigation': False,
148+
}
147149

148150
# Add any paths that contain custom themes here, relative to this directory.
149151
#html_theme_path = []

0 commit comments

Comments
 (0)