commit | e9df2943a72fb256563510c64cde264c54ea0e12 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Fri Dec 12 10:56:26 2014 -0800 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Fri Dec 12 10:56:26 2014 -0800 |
tree | 7edc4a4972a53d713d809e14b171d3e73857e129 | |
parent | cc927a248eb7dca939bfb460a835705d70850378 [diff] [blame] |
Use HTTPS for a number of URLs in the docs
diff --git a/docs/conf.py b/docs/conf.py index b70114d..fc16b38 100644 --- a/docs/conf.py +++ b/docs/conf.py
@@ -268,6 +268,6 @@ # 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'