Skip to content

Commit 909fcf7

Browse files
committed
blinka substitutes for mock imports
1 parent 318f7f7 commit 909fcf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# Uncomment the below if you use native CircuitPython modules such as
2424
# digitalio, micropython and busio. List the modules you use. Without it, the
2525
# autodoc module docs will fail to generate with a warning.
26-
autodoc_mock_imports = ["busio", "digitalio", "circuitpython_typing"]
26+
# autodoc_mock_imports = []
2727

2828
intersphinx_mapping = {
2929
"python": ("https://docs.python.org/3", None),

0 commit comments

Comments
 (0)