Use https:// URLs when referring to python.org hosts.

This commit is contained in:
Georg Brandl 2014-10-29 08:36:35 +01:00
parent 46761ec7c2
commit e73778c1ac
54 changed files with 160 additions and 160 deletions

View file

@ -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']