mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
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:
committed by
Damien George
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)}
|
||||
|
||||
Reference in New Issue
Block a user