Closes #14511: fix wrong opensearch link for 3.2 docs.

This commit is contained in:
Georg Brandl 2012-04-07 19:22:17 +02:00
parent 403bb39d1d
commit 3abebca780

View file

@ -91,7 +91,7 @@ html_additional_pages = {
}
# Output an OpenSearch description file.
html_use_opensearch = 'http://docs.python.org/dev/py3k'
html_use_opensearch = 'http://docs.python.org/3.2'
# Additional static files.
html_static_path = ['tools/sphinxext/static']