Skip to content

Commit 0f78eea

Browse files
committed
Update the Python intersphinx reference to Python 3 https.
1 parent 4aaa0ea commit 0f78eea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,6 @@
319319

320320

321321
# Example configuration for intersphinx: refer to the Python standard library.
322-
intersphinx_mapping = {'http://docs.python.org/': None,
322+
intersphinx_mapping = {'https://docs.python.org/3/': None,
323323
'https://circuitpython.readthedocs.io/projects/bus_device/en/latest/': None,
324324
'https://circuitpython.readthedocs.io/projects/register/en/latest/': None}

0 commit comments

Comments
 (0)