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 6d56e32 commit db55f3aCopy full SHA for db55f3a
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
@@ -27,5 +27,6 @@ codetextcolor = #333333
27
issues_url =
28
root_name = Python
29
root_url = https://www.python.org/
30
+root_favicon = favicon.ico
31
root_icon = py.png
32
root_include_title = True
0 commit comments