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:.
This commit is contained in:
parent
dd76c8dc0f
commit
42d0a28117
|
@ -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)}
|
||||
|
|
Loading…
Reference in New Issue