From 3abebca78015aad67c3aa79fe18c9b2649a04163 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 7 Apr 2012 19:22:17 +0200 Subject: [PATCH] Closes #14511: fix wrong opensearch link for 3.2 docs. --- Doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/conf.py b/Doc/conf.py index f8278405b5a..555f281b5c5 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']