Skip to content

Commit fb31f0d

Browse files
aregmrscohn2
authored andcommitted
Update conf.py
Add an option to leave the chapter grouping on by default.
1 parent 72dc209 commit fb31f0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@
8888
# documentation.
8989
#
9090
html_theme_options = {
91-
'includehidden': False
91+
'includehidden': False,
92+
'collapse_navigation': False
9293
}
9394

9495
html_context = {

0 commit comments

Comments
 (0)