Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdb55f3a

Browse files
committed
Replace low-res favicon with one from python.org
1 parent6d56e32 commitdb55f3a

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

‎python_docs_theme/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
{% endblock %}
3737

3838
{% block extrahead %}
39-
<linkrel="shortcuticon"type="image/png"href="{{ pathto('_static/' +theme_root_icon, 1) }}"/>
39+
<linkrel="icon"type="image/x-icon"href="{{ pathto('_static/' +theme_root_favicon, 1) }}"/>
4040
{% if builder != "htmlhelp" %}
4141
{% if not embedded %}<scripttype="text/javascript"src="{{ pathto('_static/copybutton.js', 1) }}"></script>{% endif %}
4242
{% endif %}

‎python_docs_theme/static/favicon.ico

14.7 KB
Binary file not shown.

‎python_docs_theme/theme.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ codetextcolor = #333333
2727
issues_url =
2828
root_name = Python
2929
root_url = https://www.python.org/
30+
root_favicon = favicon.ico
3031
root_icon = py.png
3132
root_include_title = True

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp