We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b3c3c1 + 7b7a711 commit 73e4ccfCopy full SHA for 73e4ccf
docs/conf.py
@@ -20,7 +20,7 @@
20
# autodoc module docs will fail to generate with a warning.
21
# autodoc_mock_imports = ["micropython", "adafruit_bus_device"]
22
23
-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)}
24
25
# Add any paths that contain templates here, relative to this directory.
26
templates_path = ['_templates']
0 commit comments