summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/conf.py1
-rw-r--r--doc_requirements.txt2
-rw-r--r--environment.yml2
3 files changed, 3 insertions, 2 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,
}
diff --git a/doc_requirements.txt b/doc_requirements.txt
index 340366854..0ca72781a 100644
--- a/doc_requirements.txt
+++ b/doc_requirements.txt
@@ -4,4 +4,4 @@ ipython
scipy
matplotlib
pandas
-pydata-sphinx-theme==0.5.2
+pydata-sphinx-theme
diff --git a/environment.yml b/environment.yml
index 22ce617af..607aeb231 100644
--- a/environment.yml
+++ b/environment.yml
@@ -27,7 +27,7 @@ dependencies:
- scipy
- pandas
- matplotlib
- - pydata-sphinx-theme=0.5.2
+ - pydata-sphinx-theme
# For linting
- pycodestyle=2.7.0
- gitpython