summaryrefslogtreecommitdiff
path: root/doc
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
parentda6952f507463cf1d4f4e54cecd9e47ed5e854fb (diff)
downloadnumpy-2946a212a456cc087c9baca090ed691aecaadfc9.tar.gz
DOC: Add favicon (#18841)
Diffstat (limited to 'doc')
-rw-r--r--doc/source/_static/favicon/apple-touch-icon.pngbin0 -> 23752 bytes
-rw-r--r--doc/source/_static/favicon/favicon-16x16.pngbin0 -> 843 bytes
-rw-r--r--doc/source/_static/favicon/favicon-32x32.pngbin0 -> 2292 bytes
-rw-r--r--doc/source/_static/favicon/favicon.icobin0 -> 15406 bytes
-rw-r--r--doc/source/conf.py2
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
new file mode 100644
index 000000000..e6cd57426
--- /dev/null
+++ b/doc/source/_static/favicon/apple-touch-icon.png
Binary files differ
diff --git a/doc/source/_static/favicon/favicon-16x16.png b/doc/source/_static/favicon/favicon-16x16.png
new file mode 100644
index 000000000..95beb0834
--- /dev/null
+++ b/doc/source/_static/favicon/favicon-16x16.png
Binary files differ
diff --git a/doc/source/_static/favicon/favicon-32x32.png b/doc/source/_static/favicon/favicon-32x32.png
new file mode 100644
index 000000000..cc06622fa
--- /dev/null
+++ b/doc/source/_static/favicon/favicon-32x32.png
Binary files differ
diff --git a/doc/source/_static/favicon/favicon.ico b/doc/source/_static/favicon/favicon.ico
new file mode 100644
index 000000000..4ed63bf67
--- /dev/null
+++ b/doc/source/_static/favicon/favicon.ico
Binary files differ
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",