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

Commit5088726

Browse files
committed
Replace low-res favicon with one from python.org
1 parenta0d0d8b commit5088726

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
@@ -25,5 +25,6 @@ headlinkcolor = #aaaaaa
2525
issues_url =
2626
root_name = Python
2727
root_url = https://www.python.org/
28+
root_favicon = favicon.ico
2829
root_icon = py.png
2930
root_include_title = True

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp