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

georg.brandl python-checkins at python.org
Sun Apr 27 20:09:49 CEST 2008


Author: georg.brandl
Date: Sun Apr 27 20:09:49 2008
New Revision: 62533

Log:
Use OpenSearch for Sphinx docs.


Modified:
   doctools/trunk/doc/conf.py

Modified: doctools/trunk/doc/conf.py
==============================================================================
--- doctools/trunk/doc/conf.py	(original)
+++ doctools/trunk/doc/conf.py	Sun Apr 27 20:09:49 2008
@@ -100,6 +100,8 @@
 # If true, the reST sources are included in the HTML build as _sources/<name>.
 #html_copy_source = True
 
+html_use_opensearch = True
+
 # Output file base name for HTML help builder.
 htmlhelp_basename = 'Sphinxdoc'
 


More information about the Python-checkins mailing list