From 0f78eea5d8059c1dbb3924c19cfa682fc615ab6a Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Tue, 7 Mar 2017 12:59:34 +0100 Subject: Update the Python intersphinx reference to Python 3 https. --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf.py') diff --git a/conf.py b/conf.py index 8c41c9365..5b10b976c 100644 --- a/conf.py +++ b/conf.py @@ -319,6 +319,6 @@ texinfo_documents = [ # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {'http://docs.python.org/': None, +intersphinx_mapping = {'https://docs.python.org/3/': None, 'https://circuitpython.readthedocs.io/projects/bus_device/en/latest/': None, 'https://circuitpython.readthedocs.io/projects/register/en/latest/': None} -- cgit v1.2.3