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 da9ac67 + 543d3c1 commit d6704ebCopy full SHA for d6704eb
conf.py
@@ -35,6 +35,11 @@
35
'sphinx.ext.viewcode',
36
]
37
38
+# Uncomment the below if you use native CircuitPython modules such as
39
+# digitalio, micropython and busio. List the modules you use. Without it, the
40
+# autodoc module docs will fail to generate with a warning.
41
+autodoc_mock_imports = ["adafruit_bus_device", "micropython", "adafruit_register"]
42
+
43
# Add any paths that contain templates here, relative to this directory.
44
templates_path = ['_templates']
45
0 commit comments