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 19a5280 commit 434a121Copy full SHA for 434a121
docs/conf.py
@@ -22,7 +22,7 @@
22
# autodoc module docs will fail to generate with a warning.
23
autodoc_mock_imports = ["audioio", "displayio", "gamepadshift", "neopixel", "analogio",
24
"adafruit_display_shapes", "adafruit_display_text", "terminalio",
25
- "adafruit_miniqr"]
+ "adafruit_miniqr", "adafruit_lis3dh", "adafruit_miniqr"]
26
27
28
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)}
0 commit comments