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 804d7f7 commit b569ce7Copy full SHA for b569ce7
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 = ["micropython", "microcontroller", "random"]
+autodoc_mock_imports = ["microcontroller", "random"]
30
31
32
intersphinx_mapping = {
0 commit comments