From: Georg Brandl Date: Sat, 7 Apr 2012 17:22:17 +0000 (+0200) Subject: Closes #14511: fix wrong opensearch link for 3.2 docs. X-Git-Tag: v3.3.0a3~293^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3abebca78015aad67c3aa79fe18c9b2649a04163;p=python Closes #14511: fix wrong opensearch link for 3.2 docs. --- diff --git a/Doc/conf.py b/Doc/conf.py index f8278405b5..555f281b5c 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']