mirror of https://github.com/python/cpython.git
merge with 3.4
This commit is contained in:
commit
b50f8c9c0d
|
@ -12,6 +12,8 @@
|
|||
{%- endif %}
|
||||
</li>
|
||||
{% endblock %}
|
||||
{% block relbar1 %} {% if builder != 'qthelp' %} {{ relbar() }} {% endif %} {% endblock %}
|
||||
{% block relbar2 %} {% if builder != 'qthelp' %} {{ relbar() }} {% 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 %}
|
||||
|
|
Loading…
Reference in New Issue