summaryrefslogtreecommitdiff
path: root/Doc/conf.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-10-29 08:36:35 +0100
committerGeorg Brandl <georg@python.org>2014-10-29 08:36:35 +0100
commite73778c1ac0e58d3520b37308b970073e818fa00 (patch)
treeb176299e5205ce49c5ce71096966101556584eb2 /Doc/conf.py
parent46761ec7c2938ed48535276e11bd7fc834a9a0ca (diff)
downloadcpython-git-e73778c1ac0e58d3520b37308b970073e818fa00.tar.gz
Use https:// URLs when referring to python.org hosts.
Diffstat (limited to 'Doc/conf.py')
-rw-r--r--Doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/conf.py b/Doc/conf.py
index 6e4988e593..e6f22a3528 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -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']