From e9df2943a72fb256563510c64cde264c54ea0e12 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 12 Dec 2014 10:56:26 -0800 Subject: Use HTTPS for a number of URLs in the docs --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index b70114d8..fc16b38a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -268,6 +268,6 @@ texinfo_documents = [ # texinfo_show_urls = 'footnote' # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {'http://docs.python.org/': None} +intersphinx_mapping = {'https://docs.python.org/': None} epub_theme = 'epub' -- cgit v1.2.3