diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-03-07 12:59:34 +0100 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-03-07 12:59:34 +0100 |
| commit | 0f78eea5d8059c1dbb3924c19cfa682fc615ab6a (patch) | |
| tree | 157bdef76814b22c7e39ee7f5234b307f40c5a64 /conf.py | |
| parent | 4aaa0ea00864dea835161b96a75c15e8c5242744 (diff) | |
Update the Python intersphinx reference to Python 3 https.
Diffstat (limited to 'conf.py')
| -rw-r--r-- | conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |
