Skip to content

Commit 6b1820b

Browse files
committed
CI test
1 parent 69cfd15 commit 6b1820b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,13 @@
2626
autodoc_mock_imports = [
2727
"micropython",
2828
"busio",
29+
"adafruit_bus_device",
30+
"adafruit_register",
2931
]
3032

3133
autodoc_preserve_defaults = True
3234

35+
3336
intersphinx_mapping = {
3437
"python": ("https://docs.python.org/3", None),
3538
"BusDevice": ("https://docs.circuitpython.org/projects/busdevice/en/latest/", None),

0 commit comments

Comments
 (0)