From: Georg Brandl Date: Sat, 3 May 2008 20:16:47 +0000 (+0000) Subject: Insert correct OpenSearch base URL. X-Git-Tag: v2.6a3~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=761b9c6a53f3f5d13121c271e82a17f2447bd801;p=python Insert correct OpenSearch base URL. --- diff --git a/Doc/conf.py b/Doc/conf.py index e4641ea1bb..da706692ee 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -86,7 +86,7 @@ html_additional_pages = { } # Output an OpenSearch description file. -html_use_opensearch = True +html_use_opensearch = 'http://docs.python.org/dev' # Additional static files. html_static_path = ['tools/sphinxext/static']