Skip to content

Commit 164d702

Browse files
committed
Add mock imports for building docs
1 parent 7204a35 commit 164d702

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,11 @@
2727
# autodoc module docs will fail to generate with a warning.
2828
autodoc_mock_imports = [
2929
"board",
30+
"busdisplay",
3031
"busio",
3132
"bbq10keyboard",
33+
"displayio",
34+
"epaperdisplay",
3235
"sdcardio",
3336
"storage",
3437
]

0 commit comments

Comments
 (0)