Insert correct OpenSearch base URL.

This commit is contained in:
Georg Brandl 2008-05-03 20:16:47 +00:00
parent 1840c1abca
commit 761b9c6a53
1 changed files with 1 additions and 1 deletions

View 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']