summaryrefslogtreecommitdiffstats
path: root/Doc/conf.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-10-01 00:10:13 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-10-01 00:10:13 (GMT)
commit51e491000d5ad0cd90e6b45c05804e7d11d1039d (patch)
tree7510fcd11f626d4b587308c22fdb7b62df4d0c43 /Doc/conf.py
parent2d53bdecd89f1b5295b6aa65afe9843e86ec9c6f (diff)
downloadcpython-51e491000d5ad0cd90e6b45c05804e7d11d1039d.zip
cpython-51e491000d5ad0cd90e6b45c05804e7d11d1039d.tar.gz
cpython-51e491000d5ad0cd90e6b45c05804e7d11d1039d.tar.bz2
fix opensearch version
Diffstat (limited to 'Doc/conf.py')
-rw-r--r--Doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/conf.py b/Doc/conf.py
index 3f187a2..fe39a81 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -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']