Skip to content

Commit d99232a

Browse files
committed
Mock microcontroller so we don't use Blinka's board detect.
1 parent d6993c4 commit d99232a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# Uncomment the below if you use native CircuitPython modules such as
2121
# digitalio, micropython and busio. List the modules you use. Without it, the
2222
# autodoc module docs will fail to generate with a warning.
23-
autodoc_mock_imports = ["board"]
23+
autodoc_mock_imports = ["board", "microcontroller"]
2424
autodoc_member_order = "bysource"
2525
add_module_names = False
2626

0 commit comments

Comments
 (0)