Skip to content

Commit ab5a080

Browse files
committed
updated conf.py; bus device intersphinx link
1 parent fc712ff commit ab5a080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# autodoc module docs will fail to generate with a warning.
2121
autodoc_mock_imports = ["adafruit_bus_device", "micropython"]
2222

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

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

0 commit comments

Comments
 (0)