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