We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e83f3a commit 0c91832Copy full SHA for 0c91832
docs/conf.py
@@ -19,7 +19,7 @@
19
autodoc_mock_imports = ["adafruit_bus_device", "micropython"]
20
21
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),
22
- 'BusDevice': ('https://circuitpython.readthedocs.io/projects/bus_device/en/latest/', None),
+ 'BusDevice': ('https://circuitpython.readthedocs.io/projects/busdevice/en/latest/', None),
23
'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)}
24
25
# Add any paths that contain templates here, relative to this directory.
0 commit comments