]> granicus.if.org Git - python/commitdiff
Insert correct OpenSearch base URL.
authorGeorg Brandl <georg@python.org>
Sat, 3 May 2008 20:16:47 +0000 (20:16 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 3 May 2008 20:16:47 +0000 (20:16 +0000)
Doc/conf.py

index e4641ea1bb4bd9ac7d8225a82a6963c140cfd8e5..da706692eea40773e97923cfd3a61800cf7ca248 100644 (file)
@@ -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']