Skip to content

Commit

Permalink
docs/conf.py: Use https for intersphinx link to docs.python.org.
Browse files Browse the repository at this point in the history
To get rid of warning when building the docs saying there's a redirect from
http: to https:.
  • Loading branch information
Paul Sokolovsky authored and dpgeorge committed Oct 23, 2018
1 parent dd76c8d commit 42d0a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,4 +298,4 @@


# 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 comments on commit 42d0a28

Please sign in to comment.