Skip to content

Commit 449d13d

Browse files
committed
every module!
1 parent 4445d66 commit 449d13d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/conf.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
# autodoc module docs will fail to generate with a warning.
2323
autodoc_mock_imports = ["rtc", "supervisor", "pulseio", "audioio", "displayio", "neopixel",
2424
"microcontroller", "adafruit_touchscreen", "adafruit_bitmap_font",
25-
"adafruit_display_text", "adafruit_esp32spi", "secrets", "adafruit_sdcard"]
25+
"adafruit_display_text", "adafruit_esp32spi", "secrets",
26+
"adafruit_sdcard", "storage"]
2627

2728

2829
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),'BusDevice': ('https://circuitpython.readthedocs.io/projects/busdevice/en/latest/', None),'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)}

0 commit comments

Comments
 (0)