Skip to content

Commit ebc319c

Browse files
committed
updated conf.py; added Register & Bus Device intersphinx mapping
1 parent fb8c75b commit ebc319c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/conf.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
# autodoc module docs will fail to generate with a warning.
4242
autodoc_mock_imports = ["adafruit_bus_device", "adafruit_register"]
4343

44+
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),'BusDevice': ('https://circuitpython.readthedocs.io/projects/busdevice/en/latest/', None),'Register': ('https://circuitpython.readthedocs.io/projects/register/en/latest/', None),'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)}
45+
4446
# Add any paths that contain templates here, relative to this directory.
4547
templates_path = ['_templates']
4648

@@ -366,6 +368,3 @@
366368
# If true, do not generate a @detailmenu in the "Top" node's menu.
367369
#
368370
# texinfo_no_detailmenu = False
369-
370-
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),
371-
'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)}

0 commit comments

Comments
 (0)