Closes #21045: make the Qt help build not look completely stupid

This commit is contained in:
Georg Brandl 2014-03-25 10:12:47 +01:00
parent 984600fba7
commit 1afe2af690
1 changed files with 2 additions and 0 deletions

View File

@ -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 %}