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 1e52e5b commit 76e1158Copy full SHA for 76e1158
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 = ["bleak", "digitalio", "busio"]
+autodoc_mock_imports = ["bleak", "digitalio", "busio"]
25
26
27
intersphinx_mapping = {
0 commit comments