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