mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
fix opensearch version
This commit is contained in:
parent
2d53bdecd8
commit
51e491000d
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ html_additional_pages = {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Output an OpenSearch description file.
|
# Output an OpenSearch description file.
|
||||||
html_use_opensearch = 'http://docs.python.org/dev/3.0'
|
html_use_opensearch = 'http://docs.python.org/dev/3.2'
|
||||||
|
|
||||||
# Additional static files.
|
# Additional static files.
|
||||||
html_static_path = ['tools/sphinxext/static']
|
html_static_path = ['tools/sphinxext/static']
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue