Skip to content

Commit 0c91832

Browse files
committed
updated conf.py; bus device intersphinx link
1 parent 5e83f3a commit 0c91832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
autodoc_mock_imports = ["adafruit_bus_device", "micropython"]
2020

2121
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),
22-
'BusDevice': ('https://circuitpython.readthedocs.io/projects/bus_device/en/latest/', None),
22+
'BusDevice': ('https://circuitpython.readthedocs.io/projects/busdevice/en/latest/', None),
2323
'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)}
2424

2525
# Add any paths that contain templates here, relative to this directory.

0 commit comments

Comments
 (0)