Skip to content

Commit 5a47fa8

Browse files
committed
add imageload and display_text to docs mock imports
1 parent 837017d commit 5a47fa8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/conf.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,13 @@
2828
# Uncomment the below if you use native CircuitPython modules such as
2929
# digitalio, micropython and busio. List the modules you use. Without it, the
3030
# autodoc module docs will fail to generate with a warning.
31-
autodoc_mock_imports = ["displayio", "adafruit_display_shapes", "terminalio"]
31+
autodoc_mock_imports = [
32+
"displayio",
33+
"adafruit_display_shapes",
34+
"terminalio",
35+
"adafruit_imageload",
36+
"adafruit_display_text",
37+
]
3238

3339

3440
intersphinx_mapping = {

0 commit comments

Comments
 (0)