diff options
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r-- | doc/source/conf.py | 2 |
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", |