summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-04-07 17:24:40 (GMT)
committerGeorg Brandl <georg@python.org>2012-04-07 17:24:40 (GMT)
commit014397e981184a0aca27b289a10128b780bc4d13 (patch)
tree6351094db2195d03f4a69e5abba73656afa9853c /Doc
parent30e4ca45ad95fd34fb766fdf75b7144001e6cf88 (diff)
downloadcpython-014397e981184a0aca27b289a10128b780bc4d13.zip
cpython-014397e981184a0aca27b289a10128b780bc4d13.tar.gz
cpython-014397e981184a0aca27b289a10128b780bc4d13.tar.bz2
Determine opensearch URL from current version.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/conf.py b/Doc/conf.py
index 6bbe4ce..6b085e0 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/3.3'
+html_use_opensearch = 'http://docs.python.org/' + version
# Additional static files.
html_static_path = ['tools/sphinxext/static']