Skip to content

Commit 5fc4ce9

Browse files
committed
Add busio and digitalio to mock imports
1 parent a53610b commit 5fc4ce9

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
@@ -23,7 +23,7 @@
2323
# Uncomment the below if you use native CircuitPython modules such as
2424
# digitalio, micropython and busio. List the modules you use. Without it, the
2525
# autodoc module docs will fail to generate with a warning.
26-
# autodoc_mock_imports = ["adafruit_bus_device", "micropython"]
26+
autodoc_mock_imports = ["busio", "digitalio"]
2727

2828
intersphinx_mapping = {
2929
"python": ("https://docs.python.org/3.4", None),

0 commit comments

Comments
 (0)