diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2018-10-20 11:44:12 +0300 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2018-10-23 11:47:35 +1100 |
commit | 42d0a281171cf98a291994ffad07e336b58b3fff (patch) | |
tree | b8d0135fd6d9f61aef9c4eb396ddc71794cc35a5 /docs/conf.py | |
parent | dd76c8dc0f27749c009243fbc6091133899d7350 (diff) |
docs/conf.py: Use https for intersphinx link to docs.python.org.
To get rid of warning when building the docs saying there's a redirect from
http: to https:.
Diffstat (limited to 'docs/conf.py')
-rwxr-xr-x | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index bb3c999fe..cd1f06518 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -298,4 +298,4 @@ texinfo_documents = [ # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {'python': ('http://docs.python.org/3.5', None)} +intersphinx_mapping = {'python': ('https://docs.python.org/3.5', None)} |