Skip to content

Commit 42d0a28

Browse files
pfalcondpgeorge
authored andcommitted
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:.
1 parent dd76c8d commit 42d0a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,4 +298,4 @@
298298

299299

300300
# Example configuration for intersphinx: refer to the Python standard library.
301-
intersphinx_mapping = {'python': ('http://docs.python.org/3.5', None)}
301+
intersphinx_mapping = {'python': ('https://docs.python.org/3.5', None)}

0 commit comments

Comments
 (0)