summaryrefslogtreecommitdiff
path: root/doc/_templates
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-01-10 20:45:45 +0100
committerGeorg Brandl <georg@python.org>2009-01-10 20:45:45 +0100
commit8adb54c064568b7e722bd0c8c0a6341738501efa (patch)
treedef6a9a66cda8807d7b4dd840e4f0a5cc741aaf0 /doc/_templates
parentf9f2b271c306a0273141c1c84cc41511b6ef58c6 (diff)
downloadsphinx-8adb54c064568b7e722bd0c8c0a6341738501efa.tar.gz
Split stylesheets into basic, default and sphinxdoc.
Diffstat (limited to 'doc/_templates')
-rw-r--r--doc/_templates/layout.html7
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html
index 2cc15450..e8970899 100644
--- a/doc/_templates/layout.html
+++ b/doc/_templates/layout.html
@@ -5,13 +5,8 @@
<li><a href="{{ pathto('contents') }}">Documentation </a> &raquo;</li>
{% endblock %}
-{% block relbar1 %}
+{% block header %}
<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px">
<img src="{{ pathto("_static/sphinx.png", 1) }}" alt="Sphinx logo" />
</div>
-{{ super() }}
{% endblock %}
-
-{# put the sidebar before the body #}
-{% block sidebar1 %}{{ sidebar() }}{% endblock %}
-{% block sidebar2 %}{% endblock %}