From: Georg Brandl Date: Tue, 25 Mar 2014 09:12:47 +0000 (+0100) Subject: Closes #21045: make the Qt help build not look completely stupid X-Git-Tag: v2.7.7rc1~113 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0fef31efc266c5153c5ecf7f5796c401e0f33344;p=python Closes #21045: make the Qt help build not look completely stupid --- diff --git a/Doc/tools/sphinxext/layout.html b/Doc/tools/sphinxext/layout.html index 4b16b3f741..f24dc8c755 100644 --- a/Doc/tools/sphinxext/layout.html +++ b/Doc/tools/sphinxext/layout.html @@ -12,11 +12,19 @@ {%- endif %} {% endblock %} +{% block relbar1 %} {% if builder != 'qthelp' %} {{ relbar() }} {% endif %} {% endblock %} +{% block relbar2 %} {% if builder != 'qthelp' %} {{ relbar() }} {% endif %} {% endblock %} {% block extrahead %} {% if not embedded %}{% endif %} {% if versionswitcher is defined and not embedded %}{% endif %} {{ super() }} + {% if builder == 'qthelp' %} + + {% endif %} {% endblock %} {% block footer %}