We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16f2303 + e4be78c commit b802497Copy full SHA for b802497
2 files changed
docs/source/_static/favicon-32.ico
-4.19 KB
docs/source/conf.py
@@ -118,14 +118,7 @@ def setup(app):
118
# The full version, including alpha/beta/rc tags.
119
release = version
120
121
-# It would be nicer to make this a .png; literally every browser that
122
-# supports favicons at all now supports png:
123
-# https://caniuse.com/#feat=link-icon-png
124
-# But sphinx won't let me:
125
-# https://github.com/sphinx-doc/sphinx/pull/3715
126
-# Oh well. 'convert favicon-32.png favicon-32.ico' it is. And it's only 2x
127
-# bigger...
128
-html_favicon = "_static/favicon-32.ico"
+html_favicon = "_static/favicon-32.png"
129
html_logo = "../../logo/wordmark-transparent.svg"
130
# & down below in html_theme_options we set logo_only=True
131
0 commit comments