Skip to content

Commit dde27d7

Browse files
Update docs imports
1 parent b9805a7 commit dde27d7

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

docs/conf.py

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,32 +21,23 @@
2121
"sphinx.ext.todo",
2222
]
2323

24-
# TODO: Please Read!
2524
# Uncomment the below if you use native CircuitPython modules such as
2625
# digitalio, micropython and busio. List the modules you use. Without it, the
2726
# autodoc module docs will fail to generate with a warning.
2827
autodoc_mock_imports = [
29-
"rtc",
30-
"supervisor",
31-
"pulseio",
28+
"analogio",
29+
"audiocore",
3230
"audioio",
3331
"displayio",
34-
"neopixel",
3532
"microcontroller",
36-
"adafruit_touchscreen",
37-
"adafruit_bitmap_font",
38-
"adafruit_display_text",
39-
"adafruit_esp32spi",
40-
"secrets",
41-
"adafruit_sdcard",
33+
"neopixel",
34+
"pulseio",
35+
"rtc",
4236
"storage",
43-
"adafruit_io",
44-
"adafruit_button",
45-
"adafruit_cursorcontrol",
37+
"supervisor",
4638
"terminalio",
4739
]
4840

49-
5041
intersphinx_mapping = {
5142
"python": ("https://docs.python.org/3.4", None),
5243
"CircuitPython": ("https://circuitpython.readthedocs.io/en/latest/", None),

0 commit comments

Comments
 (0)