[Python-checkins] cpython (3.2): Closes #14511: fix wrong opensearch link for 3.2 docs.

georg.brandl python-checkins at python.org
Sat Apr 7 19:23:04 CEST 2012


http://hg.python.org/cpython/rev/7f123dec2731
changeset:   76153:7f123dec2731
branch:      3.2
parent:      76147:5b68fd4246fc
user:        Georg Brandl <georg at python.org>
date:        Sat Apr 07 19:22:17 2012 +0200
summary:
  Closes #14511: fix wrong opensearch link for 3.2 docs.

files:
  Doc/conf.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/conf.py b/Doc/conf.py
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -91,7 +91,7 @@
 }
 
 # 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']

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list