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 61357e2 commit 837017dCopy full SHA for 837017d
docs/conf.py
@@ -28,7 +28,7 @@
28
# Uncomment the below if you use native CircuitPython modules such as
29
# digitalio, micropython and busio. List the modules you use. Without it, the
30
# autodoc module docs will fail to generate with a warning.
31
-autodoc_mock_imports = ["displayio", "adafruit_display_shapes"]
+autodoc_mock_imports = ["displayio", "adafruit_display_shapes", "terminalio"]
32
33
34
intersphinx_mapping = {
0 commit comments