diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2021-06-23 13:03:59 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-23 13:03:59 -0600 |
commit | 4647bfbb57768efda59160c3beb98cf02badd6c5 (patch) | |
tree | 9533c5dd95176efda7c3744ae306230f11e88d5c /doc/source | |
parent | fc8af471daf8fca70fb419346a089c39487a8300 (diff) | |
parent | 8118218ecc43d763e23c08a1a8809a1455d41710 (diff) | |
download | numpy-4647bfbb57768efda59160c3beb98cf02badd6c5.tar.gz |
Merge pull request #19290 from rossbar/doc/unpin-pydata-sphinx-theme
DOC: Unpin pydata sphinx theme and update config to avoid long doc build times
Diffstat (limited to 'doc/source')
-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 59e1e9b8d..874b5e96a 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, } |