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 63bef16 commit 05dc862Copy full SHA for 05dc862
docs/conf.py
@@ -28,20 +28,22 @@
28
# digitalio, micropython and busio. List the modules you use. Without it, the
29
# autodoc module docs will fail to generate with a warning.
30
autodoc_mock_imports = [
31
- "bitmaptools",
32
"adafruit_aw9523",
+ "adafruit_debouncer",
33
+ "adafruit_display_text",
34
"adafruit_lis3dh",
35
+ "bitmaptools",
36
+ "busdisplay",
37
+ "busio",
38
+ "digitalio",
39
"displayio",
40
"espcamera",
41
+ "fourwire",
42
+ "micropython",
43
"neopixel",
44
"sdcardio",
45
"storage",
46
"terminalio",
- "adafruit_debouncer",
- "adafruit_display_text",
- "digitalio",
- "busio",
- "micropython",
47
]
48
49
autodoc_preserve_defaults = True
0 commit comments