diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-12-12 20:24:27 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-12-12 20:24:27 -0600 |
commit | 963349078dc09ca36f5d7ad25e182ff11f6bb106 (patch) | |
tree | 3bdb9ac6ed9e08d8e4a0fa3462a667376dc77eb2 /docs/conf.py | |
parent | 0b58692bcb773d68bc234cc30115c5548ff4340d (diff) | |
parent | e9df2943a72fb256563510c64cde264c54ea0e12 (diff) | |
download | cryptography-963349078dc09ca36f5d7ad25e182ff11f6bb106.tar.gz cryptography-963349078dc09ca36f5d7ad25e182ff11f6bb106.tar.bz2 cryptography-963349078dc09ca36f5d7ad25e182ff11f6bb106.zip |
Merge pull request #1520 from alex/https-all-the-things
Use HTTPS for a number of URLs in the docs
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 2 |
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' |