We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6993c4 commit d99232aCopy full SHA for d99232a
docs/conf.py
@@ -20,7 +20,7 @@
20
# Uncomment the below if you use native CircuitPython modules such as
21
# digitalio, micropython and busio. List the modules you use. Without it, the
22
# autodoc module docs will fail to generate with a warning.
23
-autodoc_mock_imports = ["board"]
+autodoc_mock_imports = ["board", "microcontroller"]
24
autodoc_member_order = "bysource"
25
add_module_names = False
26
0 commit comments