diff options
author | leonarduschen <leonardus.chen@gmail.com> | 2020-10-26 01:57:26 +0800 |
---|---|---|
committer | Leonardus <leonardus.chen@gmail.com> | 2021-03-12 22:28:38 +0800 |
commit | 54dcb5cf1290098cc7a2a11cf3661c2875d6ac37 (patch) | |
tree | e85b503d95a73467b4b7ff232a83a0d61f531eda /doc/source/conf.py | |
parent | c5de5b5c2cf048e1556f31dfcfa031c8f624b98e (diff) | |
download | numpy-54dcb5cf1290098cc7a2a11cf3661c2875d6ac37.tar.gz |
Update navbar linked page back to index
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 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", } |