From 1afe2af690ce70fa7e27cb26f2478ff2a0066ed1 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 25 Mar 2014 10:12:47 +0100 Subject: Closes #21045: make the Qt help build not look completely stupid --- Doc/tools/sphinxext/layout.html | 2 ++ 1 file changed, 2 insertions(+) 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 %} {% endblock %} +{% block relbar1 %} {% if builder != 'qthelp' %} {{ relbar() }} {% endif %} {% endblock %} +{% block relbar2 %} {% if builder != 'qthelp' %} {{ relbar() }} {% endif %} {% endblock %} {% block extrahead %} {% if not embedded %}{% endif %} -- cgit v0.12