diff options
author | Georg Brandl <georg@python.org> | 2012-04-07 17:24:40 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-04-07 17:24:40 (GMT) |
commit | 014397e981184a0aca27b289a10128b780bc4d13 (patch) | |
tree | 6351094db2195d03f4a69e5abba73656afa9853c /Doc | |
parent | 30e4ca45ad95fd34fb766fdf75b7144001e6cf88 (diff) | |
download | cpython-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.py | 2 |
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'] |