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.
1 parent bc91714 commit b070311Copy full SHA for b070311
docs/conf.py
@@ -19,7 +19,7 @@
19
### Using busio
20
# autodoc_mock_imports = ["digitalio", "busio"]
21
22
-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)}
23
24
# Add any paths that contain templates here, relative to this directory.
25
templates_path = ['_templates']
0 commit comments