Skip to content

Commit 526a0b0

Browse files
committed
Add bleak to mock imports for sphinx
1 parent f77e94c commit 526a0b0

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
@@ -26,7 +26,7 @@
2626
# Uncomment the below if you use native CircuitPython modules such as
2727
# digitalio, micropython and busio. List the modules you use. Without it, the
2828
# autodoc module docs will fail to generate with a warning.
29-
# autodoc_mock_imports = ["digitalio", "busio"]
29+
autodoc_mock_imports = ["bleak"]
3030

3131

3232
intersphinx_mapping = {

0 commit comments

Comments
 (0)