summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-04-07 17:22:17 (GMT)
committerGeorg Brandl <georg@python.org>2012-04-07 17:22:17 (GMT)
commit3abebca78015aad67c3aa79fe18c9b2649a04163 (patch)
tree0563f9d568d44083e07ed40fa01874dd09fd7492 /Doc
parent403bb39d1d964d7d75965649d2e8ffa1f9097b48 (diff)
downloadcpython-3abebca78015aad67c3aa79fe18c9b2649a04163.zip
cpython-3abebca78015aad67c3aa79fe18c9b2649a04163.tar.gz
cpython-3abebca78015aad67c3aa79fe18c9b2649a04163.tar.bz2
Closes #14511: fix wrong opensearch link for 3.2 docs.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/conf.py b/Doc/conf.py
index f827840..555f281 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -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']