]> granicus.if.org Git - python/commitdiff
Closes #14511: fix wrong opensearch link for 3.2 docs.
authorGeorg Brandl <georg@python.org>
Sat, 7 Apr 2012 17:22:17 +0000 (19:22 +0200)
committerGeorg Brandl <georg@python.org>
Sat, 7 Apr 2012 17:22:17 +0000 (19:22 +0200)
Doc/conf.py

index f8278405b5a8e10756e629d238f2b4966214ca0a..555f281b5c574ec5e70ba646ace05418b34f4bb1 100644 (file)
@@ -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']