Skip to content

Commit 30b57e6

Browse files
authored
Set collapse_navigation to true (#600)
This matches 0.2.4 behavior. Although it might not be desired behavior, the behavior of setting this to true can result in file size to explode and build times also. This was caused by bf9faa9 which effectly switched the logic of `collapse_navigation`
1 parent 7661231 commit 30b57e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx_rtd_theme/theme.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pygments_style = default
66
[options]
77
canonical_url =
88
analytics_id =
9-
collapse_navigation = False
9+
collapse_navigation = True
1010
sticky_navigation = True
1111
navigation_depth = 4
1212
includehidden = True

0 commit comments

Comments
 (0)