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 f77e94c commit 526a0b0Copy full SHA for 526a0b0
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 = ["digitalio", "busio"]
+autodoc_mock_imports = ["bleak"]
30
31
32
intersphinx_mapping = {
0 commit comments