Skip to content

Commit cf77297

Browse files
committed
updated conf.py; bus device intersphinx link
1 parent 5bde17d commit cf77297

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
@@ -21,7 +21,7 @@
2121
# autodoc module docs will fail to generate with a warning.
2222
autodoc_mock_imports = ["micropython", "adafruit_bus_device"]
2323

24-
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)}
24+
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)}
2525

2626
# Add any paths that contain templates here, relative to this directory.
2727
templates_path = ['_templates']

0 commit comments

Comments
 (0)