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 cae55d2 commit 04b6fdeCopy full SHA for 04b6fde
docs/conf.py
@@ -16,6 +16,8 @@
16
'sphinx.ext.todo',
17
]
18
19
+autodoc_mock_imports = ["digitalio", "busdevice", "neopixel", "adafruit_esp32spi"]
20
+
21
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)}
22
23
# Add any paths that contain templates here, relative to this directory.
0 commit comments