diff options
author | Georg Brandl <georg@python.org> | 2012-04-07 19:24:40 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-04-07 19:24:40 +0200 |
commit | 014397e981184a0aca27b289a10128b780bc4d13 (patch) | |
tree | 6351094db2195d03f4a69e5abba73656afa9853c | |
parent | 30e4ca45ad95fd34fb766fdf75b7144001e6cf88 (diff) | |
download | cpython-git-014397e981184a0aca27b289a10128b780bc4d13.tar.gz |
Determine opensearch URL from current version.
-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 6bbe4ce35c..6b085e0489 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'] |