Skip to content

Commit f6d1178

Browse files
committed
remove bus_device, register, and CP from intersphinx mapping
1 parent 8698d1e commit f6d1178

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
# autodoc_mock_imports = ["digitalio", "busio"]
2424

2525

26-
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),
27-
'BusDevice': ('https://circuitpython.readthedocs.io/projects/busdevice/en/latest/', None),
26+
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None)}
27+
"""'BusDevice': ('https://circuitpython.readthedocs.io/projects/busdevice/en/latest/', None),
2828
'Register': ('https://circuitpython.readthedocs.io/projects/register/en/latest/', None),
2929
'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)
30-
}
30+
}"""
3131

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

0 commit comments

Comments
 (0)