summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2021-03-14 08:13:15 +0200
committerGitHub <noreply@github.com>2021-03-14 08:13:15 +0200
commitb592ec8029a3c11f47ff69a42cb5470f9e60cc43 (patch)
tree7144d15e0495adaed7c51d06be5724e086ac7d3f
parent1579c9c21edf1723a0b125d309d2f66370c17e38 (diff)
parent814ad699e99d5f8a1bc912a9ee95b5d7825cdf42 (diff)
downloadnumpy-b592ec8029a3c11f47ff69a42cb5470f9e60cc43.tar.gz
Merge pull request #17636 from leonarduschen/update-navbar-linked-page
MAINT: Bump pydata-sphinx-theme and set logo link to index
-rw-r--r--doc/source/conf.py1
-rw-r--r--doc_requirements.txt2
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index dcf60ada9..95865c024 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -161,6 +161,7 @@ html_theme = 'pydata_sphinx_theme'
html_logo = '_static/numpylogo.svg'
html_theme_options = {
+ "logo_link": "index",
"github_url": "https://github.com/numpy/numpy",
"twitter_url": "https://twitter.com/numpy_team",
}
diff --git a/doc_requirements.txt b/doc_requirements.txt
index 3d74d7b87..e36602020 100644
--- a/doc_requirements.txt
+++ b/doc_requirements.txt
@@ -4,4 +4,4 @@ ipython
scipy
matplotlib
pandas
-pydata-sphinx-theme==0.4.3
+pydata-sphinx-theme==0.5.0