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 2a557cb commit 3fafe54Copy full SHA for 3fafe54
docs/conf.py
@@ -19,7 +19,7 @@
19
# Uncomment the below if you use native CircuitPython modules such as
20
# digitalio, micropython and busio. List the modules you use. Without it, the
21
# autodoc module docs will fail to generate with a warning.
22
-# autodoc_mock_imports = ["digitalio", "busio"]
+autodoc_mock_imports = [ "framebuf", "adafruit_bus_device", "micropython" ]
23
24
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),'BusDevice': ('https://circuitpython.readthedocs.io/projects/bus_device/en/latest/', None),'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)}
25
0 commit comments