aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-12-12 10:56:26 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-12-12 10:56:26 -0800
commite9df2943a72fb256563510c64cde264c54ea0e12 (patch)
tree7edc4a4972a53d713d809e14b171d3e73857e129 /docs/conf.py
parentcc927a248eb7dca939bfb460a835705d70850378 (diff)
downloadcryptography-e9df2943a72fb256563510c64cde264c54ea0e12.tar.gz
cryptography-e9df2943a72fb256563510c64cde264c54ea0e12.tar.bz2
cryptography-e9df2943a72fb256563510c64cde264c54ea0e12.zip
Use HTTPS for a number of URLs in the docs
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
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'