Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tools/pydoctheme/static/pydoctheme.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ div.related a {
}

div.related a:hover {
color: #0095C4;
color: #eee;
}

div.related:first-child {
Expand Down
62 changes: 0 additions & 62 deletions tools/static/copybutton.js

This file was deleted.

Binary file removed tools/static/py.png
Binary file not shown.
6 changes: 3 additions & 3 deletions tools/templates/layout.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "!layout.html" %}
{% block rootrellink %}
<li><img src="{{ pathto('_static/py.png', 1) }}" alt=""
<li><img src="{{ pathto('https://docs.python.org/3/_static/py.png', 1) }}" alt=""
style="vertical-align: middle; margin-top: -1px"/></li>
<li><a href="https://www.python.org/">Python</a>{{ reldelim1 }}</li>
<li>
Expand Down Expand Up @@ -30,8 +30,8 @@
{%- endif %}
{% endblock %}
{% block extrahead %}
<link rel="shortcut icon" type="image/png" href="{{ pathto('_static/py.png', 1) }}" />
{% if not embedded %}<script type="text/javascript" src="{{ pathto('_static/copybutton.js', 1) }}"></script>{% endif %}
<link rel="shortcut icon" type="image/png" href="{{ pathto('https://docs.python.org/3/_static/py.png', 1) }}" />
{% if not embedded %}<script type="text/javascript" src="{{ pathto('https://docs.python.org/3/_static/copybutton.js', 1) }}"></script>{% endif %}

{{ super() }}
{% endblock %}
Expand Down