From: Georg Brandl Date: Sun, 6 Jul 2008 17:36:20 +0000 (+0000) Subject: Fix opensearch template. X-Git-Tag: v2.6b2~100 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=de2939bb750e22afc762e90704c1360f30026115;p=thirdparty%2FPython%2Fcpython.git Fix opensearch template. --- diff --git a/Doc/tools/sphinxext/opensearch.xml b/Doc/tools/sphinxext/opensearch.xml index d672c2e2b8c6..69cec804cd0e 100644 --- a/Doc/tools/sphinxext/opensearch.xml +++ b/Doc/tools/sphinxext/opensearch.xml @@ -1,14 +1,4 @@ - - - Python Docs - Python Documentation - Search the Python documentation - utf-8 - - - - - - http://www.python.org/images/favicon16x16.ico - - +{% extends "!opensearch.xml" %} +{% block extra -%} +http://www.python.org/images/favicon16x16.ico +{%- endblock %}