File tree Expand file tree Collapse file tree 1 file changed +6
-15
lines changed Expand file tree Collapse file tree 1 file changed +6
-15
lines changed Original file line number Diff line number Diff line change 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.
2827autodoc_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-
5041intersphinx_mapping = {
5142 "python" : ("https://docs.python.org/3.4" , None ),
5243 "CircuitPython" : ("https://circuitpython.readthedocs.io/en/latest/" , None ),
You can’t perform that action at this time.
0 commit comments