mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Closes #14511: fix wrong opensearch link for 3.2 docs.
This commit is contained in:
parent
403bb39d1d
commit
3abebca780
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ html_additional_pages = {
|
|||
}
|
||||
|
||||
# Output an OpenSearch description file.
|
||||
html_use_opensearch = 'http://docs.python.org/dev/py3k'
|
||||
html_use_opensearch = 'http://docs.python.org/3.2'
|
||||
|
||||
# Additional static files.
|
||||
html_static_path = ['tools/sphinxext/static']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue