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/4264/head
Paul Sokolovsky 2018-10-20 11:44:12 +03:00 zatwierdzone przez Damien George
rodzic dd76c8dc0f
commit 42d0a28117
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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