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:.
pull/1/head
Paul Sokolovsky 2018-10-20 11:44:12 +03:00 committed by Damien George
parent dd76c8dc0f
commit 42d0a28117
1 changed files with 1 additions and 1 deletions

View File

@ -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)}