summaryrefslogtreecommitdiff
path: root/doc/source/conf.py
diff options
context:
space:
mode:
authorTania Allard <taniar.allard@gmail.com>2021-04-23 13:06:23 +0100
committerGitHub <noreply@github.com>2021-04-23 14:06:23 +0200
commit2946a212a456cc087c9baca090ed691aecaadfc9 (patch)
treece1b6c1b96909caaa6faa69f0b4173d210f3cdb5 /doc/source/conf.py
parentda6952f507463cf1d4f4e54cecd9e47ed5e854fb (diff)
downloadnumpy-2946a212a456cc087c9baca090ed691aecaadfc9.tar.gz
DOC: Add favicon (#18841)
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r--doc/source/conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index fdb9f926d..4b60800d2 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -160,6 +160,8 @@ html_theme = 'pydata_sphinx_theme'
html_logo = '_static/numpylogo.svg'
+html_favicon = '_static/favicon/favicon.ico'
+
html_theme_options = {
"logo_link": "index",
"github_url": "https://github.com/numpy/numpy",