commit | e757005190abe713daf1f2d40ed6afe8d8ee5b0c | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat May 03 20:52:18 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Sat May 03 20:52:18 2008 +0000 |
tree | 0c621a55b51acaf25ad24489132666825cf95ecc | |
parent | 40360f2a3cea79220ff6f6fa21f46e3e4835ddcd [diff] [blame] |
Merge OpenSearch-related changes.
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 %}