File tree 1 file changed +6
-15
lines changed
1 file changed +6
-15
lines changed Original file line number Diff line number Diff line change 21
21
"sphinx.ext.todo" ,
22
22
]
23
23
24
- # TODO: Please Read!
25
24
# Uncomment the below if you use native CircuitPython modules such as
26
25
# digitalio, micropython and busio. List the modules you use. Without it, the
27
26
# autodoc module docs will fail to generate with a warning.
28
27
autodoc_mock_imports = [
29
- "rtc" ,
30
- "supervisor" ,
31
- "pulseio" ,
28
+ "analogio" ,
29
+ "audiocore" ,
32
30
"audioio" ,
33
31
"displayio" ,
34
- "neopixel" ,
35
32
"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" ,
42
36
"storage" ,
43
- "adafruit_io" ,
44
- "adafruit_button" ,
45
- "adafruit_cursorcontrol" ,
37
+ "supervisor" ,
46
38
"terminalio" ,
47
39
]
48
40
49
-
50
41
intersphinx_mapping = {
51
42
"python" : ("https://docs.python.org/3.4" , None ),
52
43
"CircuitPython" : ("https://circuitpython.readthedocs.io/en/latest/" , None ),
You can’t perform that action at this time.
0 commit comments