We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d62811d + 5041d3d commit 7a624ecCopy full SHA for 7a624ec
conf.py
@@ -15,6 +15,11 @@
15
'sphinx.ext.viewcode',
16
]
17
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 = ["adafruit_bus_device", "micropython"]
22
+
23
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),
24
'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)}
25
0 commit comments