summaryrefslogtreecommitdiffstats
path: root/Doc/tools/sphinxext/layout.html
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-04-27 20:03:05 (GMT)
committerGeorg Brandl <georg@python.org>2008-04-27 20:03:05 (GMT)
commit4f1f36bcabe098394934ac7cac84c1f26fff2c86 (patch)
tree079df1e49a5f7baea6ab5d656998cea6d05f9a21 /Doc/tools/sphinxext/layout.html
parentf19a7b90bd0cbdf40d02f125db3e39f077f3a89f (diff)
downloadcpython-4f1f36bcabe098394934ac7cac84c1f26fff2c86.zip
cpython-4f1f36bcabe098394934ac7cac84c1f26fff2c86.tar.gz
cpython-4f1f36bcabe098394934ac7cac84c1f26fff2c86.tar.bz2
Add OpenSearch and a Python logo to the HTML output.
Diffstat (limited to 'Doc/tools/sphinxext/layout.html')
-rw-r--r--Doc/tools/sphinxext/layout.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/tools/sphinxext/layout.html b/Doc/tools/sphinxext/layout.html
new file mode 100644
index 0000000..689cbda
--- /dev/null
+++ b/Doc/tools/sphinxext/layout.html
@@ -0,0 +1,5 @@
+{% extends "!layout.html" %}
+{% block rootrellink %}
+<li><img src="{{ pathto('_static/py.png', 1) }}" alt="" style="vertical-align: middle; margin-top: -1px"/></li>
+{{ super() }}
+{% endblock %}