diff options
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r-- | doc/source/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index a49074922..edf937e3c 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -164,6 +164,7 @@ html_theme_options = { "logo_link": "index", "github_url": "https://github.com/numpy/numpy", "twitter_url": "https://twitter.com/numpy_team", + "collapse_navigation": True, } |