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 0464b87 commit 989d77cCopy full SHA for 989d77c
docs/conf.py
@@ -23,7 +23,7 @@
23
autodoc_mock_imports = ["rtc", "supervisor", "pulseio", "audioio", "displayio", "neopixel",
24
"microcontroller", "adafruit_touchscreen", "adafruit_bitmap_font",
25
"adafruit_display_text", "adafruit_esp32spi", "secrets",
26
- "adafruit_sdcard", "storage"]
+ "adafruit_sdcard", "storage", "adafruit_io"]
27
28
29
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