fix opensearch version

This commit is contained in:
Benjamin Peterson 2009-10-01 00:10:13 +00:00
parent 2d53bdecd8
commit 51e491000d

View file

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