summaryrefslogtreecommitdiffstats
path: root/Doc/tools
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-03-25 09:12:47 (GMT)
committerGeorg Brandl <georg@python.org>2014-03-25 09:12:47 (GMT)
commit1afe2af690ce70fa7e27cb26f2478ff2a0066ed1 (patch)
tree0adf960e00fdfc1b4940ae3558c19204f4874da0 /Doc/tools
parent984600fba7d6f8fcf24a31560e9c726fefdc1efd (diff)
downloadcpython-1afe2af690ce70fa7e27cb26f2478ff2a0066ed1.zip
cpython-1afe2af690ce70fa7e27cb26f2478ff2a0066ed1.tar.gz
cpython-1afe2af690ce70fa7e27cb26f2478ff2a0066ed1.tar.bz2
Closes #21045: make the Qt help build not look completely stupid
Diffstat (limited to 'Doc/tools')
-rw-r--r--Doc/tools/sphinxext/layout.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/tools/sphinxext/layout.html b/Doc/tools/sphinxext/layout.html
index 16a9212..d3b2801 100644
--- a/Doc/tools/sphinxext/layout.html
+++ b/Doc/tools/sphinxext/layout.html
@@ -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 %}