[Python-checkins] cpython (3.4): Closes #21045: make the Qt help build not look completely stupid

georg.brandl python-checkins at python.org
Tue Mar 25 10:13:56 CET 2014


http://hg.python.org/cpython/rev/2a6c33592e40
changeset:   89966:2a6c33592e40
branch:      3.4
parent:      89963:dd2c7cca5980
user:        Georg Brandl <georg at python.org>
date:        Tue Mar 25 10:12:47 2014 +0100
summary:
  Closes #21045: make the Qt help build not look completely stupid

files:
  Doc/tools/sphinxext/layout.html |  2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)


diff --git a/Doc/tools/sphinxext/layout.html b/Doc/tools/sphinxext/layout.html
--- 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 %}

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list