From 761b9c6a53f3f5d13121c271e82a17f2447bd801 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 3 May 2008 20:16:47 +0000 Subject: [PATCH] Insert correct OpenSearch base URL. --- Doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/conf.py b/Doc/conf.py index e4641ea1bb4..da706692eea 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']