We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 361e8db commit d58c5e2Copy full SHA for d58c5e2
doc/conf.py
@@ -143,7 +143,9 @@
143
# Theme options are theme-specific and customize the look and feel of a theme
144
# further. For a list of options available for each theme, see the
145
# documentation.
146
-#html_theme_options = {}
+html_theme_options = {
147
+ 'collapse_navigation': False,
148
+}
149
150
# Add any paths that contain custom themes here, relative to this directory.
151
#html_theme_path = []
0 commit comments