Skip to content

Commit 904f8ae

Browse files
committed
Don't import blinka _bleio during docs build
1 parent 4918c64 commit 904f8ae

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 = ["board", "microcontroller"]
24+
autodoc_mock_imports = ["_bleio", "board", "microcontroller"]
2525
autodoc_member_order = "bysource"
2626
add_module_names = False
2727

0 commit comments

Comments
 (0)