Determine opensearch URL from current version.

This commit is contained in:
Georg Brandl 2012-04-07 19:24:40 +02:00
parent 30e4ca45ad
commit 014397e981

View file

@ -91,7 +91,7 @@
}
# 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']