diff options
author | Georg Brandl <georg@python.org> | 2012-04-07 17:22:17 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-04-07 17:22:17 (GMT) |
commit | 3abebca78015aad67c3aa79fe18c9b2649a04163 (patch) | |
tree | 0563f9d568d44083e07ed40fa01874dd09fd7492 /Doc | |
parent | 403bb39d1d964d7d75965649d2e8ffa1f9097b48 (diff) | |
download | cpython-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.py | 2 |
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'] |