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 0b0d1e9 + 28a7ae6 commit e306f23Copy full SHA for e306f23
docs/conf.py
@@ -20,7 +20,7 @@
20
# autodoc module docs will fail to generate with a warning.
21
#autodoc_mock_imports = ["adafruit_bus_device", "micropython"]
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