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.
2 parents 1f22a09 + 76854a4 commit 7f9e941Copy full SHA for 7f9e941
docs/conf.py
@@ -26,7 +26,7 @@
26
# Uncomment the below if you use native CircuitPython modules such as
27
# digitalio, micropython and busio. List the modules you use. Without it, the
28
# autodoc module docs will fail to generate with a warning.
29
-autodoc_mock_imports = ["bleak"]
+autodoc_mock_imports = ["bleak", "_bleio"]
30
31
32
intersphinx_mapping = {
0 commit comments