diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2017-12-13 14:36:16 -0500 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2017-12-13 14:36:16 -0500 |
| commit | 1be8420e868aa898da512aead3160d48867b07ed (patch) | |
| tree | 79a0d90d79756d18a293e9f1c33fd56786de6724 /docs/conf.py | |
| parent | amend last commit (diff) | |
| download | pygensvm-1be8420e868aa898da512aead3160d48867b07ed.tar.gz pygensvm-1be8420e868aa898da512aead3160d48867b07ed.zip | |
various documentation updates
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 8a02df3..e3eb6b9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -136,7 +136,7 @@ html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] # further. For a list of options available for each theme, see the # documentation. # -# html_theme_options = {} +html_theme_options = {'collapse_navigation': True} # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, |
