diff options
author | Matti Picus <matti.picus@gmail.com> | 2021-03-14 08:13:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-14 08:13:15 +0200 |
commit | b592ec8029a3c11f47ff69a42cb5470f9e60cc43 (patch) | |
tree | 7144d15e0495adaed7c51d06be5724e086ac7d3f /doc/source | |
parent | 1579c9c21edf1723a0b125d309d2f66370c17e38 (diff) | |
parent | 814ad699e99d5f8a1bc912a9ee95b5d7825cdf42 (diff) | |
download | numpy-b592ec8029a3c11f47ff69a42cb5470f9e60cc43.tar.gz |
Merge pull request #17636 from leonarduschen/update-navbar-linked-page
MAINT: Bump pydata-sphinx-theme and set logo link to index
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 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", } |