Skip to content

Commit 5714f85

Browse files
authored
Merge pull request #12 from adafruit/dherrada-patch-2
Updated intersphinx link
2 parents bc91714 + b070311 commit 5714f85

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
@@ -19,7 +19,7 @@
1919
### Using busio
2020
# autodoc_mock_imports = ["digitalio", "busio"]
2121

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)}
22+
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)}
2323

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

0 commit comments

Comments
 (0)