Use correct OpenSearch base url.

This commit is contained in:
Georg Brandl 2008-05-03 20:18:53 +00:00
parent d3aa06c3ce
commit eeb8a4b27e

View File

@ -101,7 +101,7 @@ html_additional_pages = {'index': 'index.html'}
# 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'