Skip to content

Commit ea385e8

Browse files
authored
Merge pull request #11 from adafruit/dherrada-patch-2
Updated intersphinx link
2 parents efa3f14 + be088b5 commit ea385e8

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", "adafruit_bus_device.i2c_device", "struct"]
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)