From cf77297bc64fb1c52e6ba350a3fbd200df61ac5f Mon Sep 17 00:00:00 2001 From: sommersoft Date: Sat, 10 Mar 2018 11:08:33 -0600 Subject: [PATCH] updated conf.py; bus device intersphinx link --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 501d153..7e6ef2b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,7 +21,7 @@ extensions = [ # autodoc module docs will fail to generate with a warning. autodoc_mock_imports = ["micropython", "adafruit_bus_device"] -intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),'BusDevice': ('https://circuitpython.readthedocs.io/projects/bus_device/en/latest/', None),'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)} +intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),'BusDevice': ('https://circuitpython.readthedocs.io/projects/busdevice/en/latest/', None),'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)} # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']