Skip to content

Commit cff3f82

Browse files
committed
updated conf.py; bus device intersphinx link
1 parent 906991a commit cff3f82

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/conf.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
'sphinx.ext.viewcode',
1616
]
1717

18-
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),
19-
'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)}
18+
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)}
2019

2120
# Libraries we depend on but don't need for generating docs.
2221
autodoc_mock_imports = ['adafruit_bus_device', 'adafruit_register']

0 commit comments

Comments
 (0)