From 0fef31efc266c5153c5ecf7f5796c401e0f33344 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 25 Mar 2014 10:12:47 +0100 Subject: [PATCH] Closes #21045: make the Qt help build not look completely stupid --- Doc/tools/sphinxext/layout.html | 8 ++++++++ 1 file changed, 8 insertions(+) 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 %}