Skip to content

Commit 76e1158

Browse files
committed
uncommented mock imports
1 parent 1e52e5b commit 76e1158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# Uncomment the below if you use native CircuitPython modules such as
2222
# digitalio, micropython and busio. List the modules you use. Without it, the
2323
# autodoc module docs will fail to generate with a warning.
24-
# autodoc_mock_imports = ["bleak", "digitalio", "busio"]
24+
autodoc_mock_imports = ["bleak", "digitalio", "busio"]
2525

2626

2727
intersphinx_mapping = {

0 commit comments

Comments
 (0)