Skip to content

Commit 3828e4e

Browse files
authored
make navigation entries expandable (#550)
1 parent 4b8148c commit 3828e4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/source/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ def _parse_release_as_version(rls):
7575
html_theme = 'sphinx_rtd_theme'
7676
html_logo = 'images/GA-logo.png'
7777

78+
html_theme_options = {'collapse_navigation': False}
79+
7880
# Add any paths that contain custom static files (such as style sheets) here,
7981
# relative to this directory. They are copied after the builtin static files,
8082
# so a file named "default.css" will overwrite the builtin "default.css".

0 commit comments

Comments
 (0)