]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Closes #21045: make the Qt help build not look completely stupid
authorGeorg Brandl <georg@python.org>
Tue, 25 Mar 2014 09:12:47 +0000 (10:12 +0100)
committerGeorg Brandl <georg@python.org>
Tue, 25 Mar 2014 09:12:47 +0000 (10:12 +0100)
Doc/tools/sphinxext/layout.html

index 16a92128d8ec3508a8dbb912285631f1ff50c56b..d3b2801a06d5fc9bc4c2a28e77167135de46be81 100644 (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 %}