Thanks to visit codestin.com Credit goes to github.com
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.
1 parent a0d0d8b commit 5088726Copy full SHA for 5088726
python_docs_theme/layout.html
@@ -36,7 +36,7 @@
36
{% endblock %}
37
38
{% block extrahead %}
39
- <link rel="shortcut icon" type="image/png" href="{{ pathto('_static/' + theme_root_icon, 1) }}" />
+ <link rel="icon" type="image/x-icon" href="{{ pathto('_static/' + theme_root_favicon, 1) }}" />
40
{% if builder != "htmlhelp" %}
41
{% if not embedded %}<script type="text/javascript" src="{{ pathto('_static/copybutton.js', 1) }}"></script>{% endif %}
42
{% endif %}
python_docs_theme/static/favicon.ico
14.7 KB
python_docs_theme/theme.conf
@@ -25,5 +25,6 @@ headlinkcolor = #aaaaaa
25
issues_url =
26
root_name = Python
27
root_url = https://www.python.org/
28
+root_favicon = favicon.ico
29
root_icon = py.png
30
root_include_title = True
0 commit comments