We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4918c64 commit 904f8aeCopy full SHA for 904f8ae
docs/conf.py
@@ -21,7 +21,7 @@
21
# Uncomment the below if you use native CircuitPython modules such as
22
# digitalio, micropython and busio. List the modules you use. Without it, the
23
# autodoc module docs will fail to generate with a warning.
24
-autodoc_mock_imports = ["board", "microcontroller"]
+autodoc_mock_imports = ["_bleio", "board", "microcontroller"]
25
autodoc_member_order = "bysource"
26
add_module_names = False
27
0 commit comments