summaryrefslogtreecommitdiff
path: root/doc/_templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/_templates/layout.html')
-rw-r--r--doc/_templates/layout.html11
1 files changed, 3 insertions, 8 deletions
diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html
index 2cc15450..080c0935 100644
--- a/doc/_templates/layout.html
+++ b/doc/_templates/layout.html
@@ -1,17 +1,12 @@
{% extends "!layout.html" %}
{% block rootrellink %}
- <li><a href="{{ pathto('index') }}">Sphinx home </a> |&nbsp;</li>
- <li><a href="{{ pathto('contents') }}">Documentation </a> &raquo;</li>
+ <li><a href="{{ pathto('index') }}">Sphinx home</a>&nbsp;|&nbsp;</li>
+ <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 %}