diff options
author | shimizukawa <shimizukawa@gmail.com> | 2015-02-23 04:20:35 +0000 |
---|---|---|
committer | shimizukawa <shimizukawa@gmail.com> | 2015-02-23 04:20:35 +0000 |
commit | b0d40ea22cf2a88e8418dd2c20e7b4f0b3ed6f8b (patch) | |
tree | e9780c3a9d3f55dafc65cbac343d9cfb682ccf2e /doc/conf.py | |
parent | 59fedc0791b055dc52949e8efa97dfbe7d660118 (diff) | |
download | sphinx-git-b0d40ea22cf2a88e8418dd2c20e7b4f0b3ed6f8b.tar.gz |
Closes #1735: Use https://doc.python.org/ instead of ``http`` protocol. It was used for `sphinx.ext.intersphinx` and some documentation.
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index f391cb5bd..b83ba84da 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -84,7 +84,7 @@ texinfo_documents = [ # We're not using intersphinx right now, but if we did, this would be part of # the mapping: -intersphinx_mapping = {'python': ('http://docs.python.org/2/', None)} +intersphinx_mapping = {'python': ('https://docs.python.org/2/', None)} # Sphinx document translation with sphinx gettext feature uses these settings: locale_dirs = ['locale/'] |