diff options
author | Tania Allard <taniar.allard@gmail.com> | 2021-04-23 13:06:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-23 14:06:23 +0200 |
commit | 2946a212a456cc087c9baca090ed691aecaadfc9 (patch) | |
tree | ce1b6c1b96909caaa6faa69f0b4173d210f3cdb5 /doc | |
parent | da6952f507463cf1d4f4e54cecd9e47ed5e854fb (diff) | |
download | numpy-2946a212a456cc087c9baca090ed691aecaadfc9.tar.gz |
DOC: Add favicon (#18841)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/_static/favicon/apple-touch-icon.png | bin | 0 -> 23752 bytes | |||
-rw-r--r-- | doc/source/_static/favicon/favicon-16x16.png | bin | 0 -> 843 bytes | |||
-rw-r--r-- | doc/source/_static/favicon/favicon-32x32.png | bin | 0 -> 2292 bytes | |||
-rw-r--r-- | doc/source/_static/favicon/favicon.ico | bin | 0 -> 15406 bytes | |||
-rw-r--r-- | doc/source/conf.py | 2 |
5 files changed, 2 insertions, 0 deletions
diff --git a/doc/source/_static/favicon/apple-touch-icon.png b/doc/source/_static/favicon/apple-touch-icon.png Binary files differnew file mode 100644 index 000000000..e6cd57426 --- /dev/null +++ b/doc/source/_static/favicon/apple-touch-icon.png diff --git a/doc/source/_static/favicon/favicon-16x16.png b/doc/source/_static/favicon/favicon-16x16.png Binary files differnew file mode 100644 index 000000000..95beb0834 --- /dev/null +++ b/doc/source/_static/favicon/favicon-16x16.png diff --git a/doc/source/_static/favicon/favicon-32x32.png b/doc/source/_static/favicon/favicon-32x32.png Binary files differnew file mode 100644 index 000000000..cc06622fa --- /dev/null +++ b/doc/source/_static/favicon/favicon-32x32.png diff --git a/doc/source/_static/favicon/favicon.ico b/doc/source/_static/favicon/favicon.ico Binary files differnew file mode 100644 index 000000000..4ed63bf67 --- /dev/null +++ b/doc/source/_static/favicon/favicon.ico 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", |