mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Merge issue #26355 fix from 3.6
This commit is contained in:
commit
c7a24a7330
3 changed files with 5 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
|||
{% endblock %}
|
||||
{% block extrahead %}
|
||||
<link rel="shortcut icon" type="image/png" href="{{ pathto('_static/py.png', 1) }}" />
|
||||
<link rel="canonical" href="https://docs.python.org/3/{{pagename}}.html" />
|
||||
{% if builder != "htmlhelp" %}
|
||||
{% if not embedded %}<script type="text/javascript" src="{{ pathto('_static/copybutton.js', 1) }}"></script>{% endif %}
|
||||
{% if versionswitcher is defined and not embedded %}<script type="text/javascript" src="{{ pathto('_static/version_switch.js', 1) }}"></script>{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue