[Python-checkins] r62671 - python/trunk/Doc/conf.py

georg.brandl python-checkins at python.org
Sat May 3 22:16:47 CEST 2008


Author: georg.brandl
Date: Sat May  3 22:16:47 2008
New Revision: 62671

Log:
Insert correct OpenSearch base URL.


Modified:
   python/trunk/Doc/conf.py

Modified: python/trunk/Doc/conf.py
==============================================================================
--- python/trunk/Doc/conf.py	(original)
+++ python/trunk/Doc/conf.py	Sat May  3 22:16:47 2008
@@ -86,7 +86,7 @@
 }
 
 # 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']


More information about the Python-checkins mailing list