Skip to content

Commit fc0757f

Browse files
authored
Merge pull request #80 from dhalbert/prune-mock-imports
blinka substitutes for mock imports
2 parents 318f7f7 + 909fcf7 commit fc0757f

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)