[Python-checkins] r62673 - doctools/trunk/doc/conf.py

georg.brandl python-checkins at python.org
Sat May 3 22:18:53 CEST 2008


Author: georg.brandl
Date: Sat May  3 22:18:53 2008
New Revision: 62673

Log:
Use correct OpenSearch base url.


Modified:
   doctools/trunk/doc/conf.py

Modified: doctools/trunk/doc/conf.py
==============================================================================
--- doctools/trunk/doc/conf.py	(original)
+++ doctools/trunk/doc/conf.py	Sat May  3 22:18:53 2008
@@ -101,7 +101,7 @@
 # If true, the reST sources are included in the HTML build as _sources/<name>.
 #html_copy_source = True
 
-html_use_opensearch = True
+html_use_opensearch = 'http://sphinx.pocoo.org'
 
 # Output file base name for HTML help builder.
 htmlhelp_basename = 'Sphinxdoc'


More information about the Python-checkins mailing list