Determine opensearch URL from current version.
This commit is contained in:
parent
30e4ca45ad
commit
014397e981
|
@ -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']
|
||||
|
|
Loading…
Reference in New Issue