Skip to content
Snippets Groups Projects
Commit 42d0a281 authored by Paul Sokolovsky's avatar Paul Sokolovsky Committed by Damien George
Browse files

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:.
parent dd76c8dc
No related branches found
No related tags found
No related merge requests found
......@@ -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)}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment