Skip to content

Commit 05dc862

Browse files
committed
fix doc build
1 parent 63bef16 commit 05dc862

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

docs/conf.py

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,22 @@
2828
# digitalio, micropython and busio. List the modules you use. Without it, the
2929
# autodoc module docs will fail to generate with a warning.
3030
autodoc_mock_imports = [
31-
"bitmaptools",
3231
"adafruit_aw9523",
32+
"adafruit_debouncer",
33+
"adafruit_display_text",
3334
"adafruit_lis3dh",
35+
"bitmaptools",
36+
"busdisplay",
37+
"busio",
38+
"digitalio",
3439
"displayio",
3540
"espcamera",
41+
"fourwire",
42+
"micropython",
3643
"neopixel",
3744
"sdcardio",
3845
"storage",
3946
"terminalio",
40-
"adafruit_debouncer",
41-
"adafruit_display_text",
42-
"digitalio",
43-
"busio",
44-
"micropython",
4547
]
4648

4749
autodoc_preserve_defaults = True

0 commit comments

Comments
 (0)