We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 302215f + 1f84150 commit 9149d64Copy full SHA for 9149d64
conf.py
@@ -36,6 +36,11 @@
36
'sphinx.ext.intersphinx'
37
]
38
39
+# Uncomment the below if you use native CircuitPython modules such as
40
+# digitalio, micropython and busio. List the modules you use. Without it, the
41
+# autodoc module docs will fail to generate with a warning.
42
+autodoc_mock_imports = ["adafruit_bus_device", "adafruit_register"]
43
+
44
# Add any paths that contain templates here, relative to this directory.
45
templates_path = ['_templates']
46
0 commit comments