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 837017d commit 5a47fa8Copy full SHA for 5a47fa8
docs/conf.py
@@ -28,7 +28,13 @@
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", "terminalio"]
+autodoc_mock_imports = [
32
+ "displayio",
33
+ "adafruit_display_shapes",
34
+ "terminalio",
35
+ "adafruit_imageload",
36
+ "adafruit_display_text",
37
+]
38
39
40
intersphinx_mapping = {
0 commit comments