commit | 06f3b3b98c3c9067c4c91d584e6fd4f08ac7f80a | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Wed Oct 29 08:36:35 2014 +0100 |
committer | Georg Brandl <georg@python.org> | Wed Oct 29 08:36:35 2014 +0100 |
tree | 50701e842c19060c958da0118c59f993c0f84541 | |
parent | 42bf48630293d31a54436b5aa36727f5f06837c1 [diff] [blame] |
Use https:// URLs when referring to python.org hosts.
diff --git a/Doc/conf.py b/Doc/conf.py index f036f82..8174032 100644 --- a/Doc/conf.py +++ b/Doc/conf.py
@@ -67,7 +67,7 @@ } # Output an OpenSearch description file. -html_use_opensearch = 'http://docs.python.org/' +html_use_opensearch = 'https://docs.python.org/' # Additional static files. html_static_path = ['tools/static']