mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
Use https:// URLs when referring to python.org hosts.
This commit is contained in:
parent
46761ec7c2
commit
e73778c1ac
54 changed files with 160 additions and 160 deletions
|
|
@ -67,7 +67,7 @@ html_additional_pages = {
|
|||
}
|
||||
|
||||
# Output an OpenSearch description file.
|
||||
html_use_opensearch = 'http://docs.python.org/' + version
|
||||
html_use_opensearch = 'https://docs.python.org/' + version
|
||||
|
||||
# Additional static files.
|
||||
html_static_path = ['tools/static']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue