We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ec4eb4 commit a12c929Copy full SHA for a12c929
docs/conf.py
@@ -25,7 +25,7 @@
25
# Uncomment the below if you use native CircuitPython modules such as
26
# digitalio, micropython and busio. List the modules you use. Without it, the
27
# autodoc module docs will fail to generate with a warning.
28
-autodoc_mock_imports = ["digitalio", "busio", "epaperdisplay"]
+autodoc_mock_imports = ["digitalio", "busio", "epaperdisplay", "FourWire"]
29
30
autodoc_preserve_defaults = True
31
0 commit comments