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 a00436d commit fd29d0fCopy full SHA for fd29d0f
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 = ["displayio", "bitmaptools"]
+autodoc_mock_imports = ["displayio", "bitmaptools", "terminalio", "fontio"]
31
32
33
intersphinx_mapping = {
0 commit comments