Skip to content

Commit 7f9e941

Browse files
Merge pull request #18 from tekktrik/main
Fix building docs
2 parents 1f22a09 + 76854a4 commit 7f9e941

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 = ["bleak"]
29+
autodoc_mock_imports = ["bleak", "_bleio"]
3030

3131

3232
intersphinx_mapping = {

0 commit comments

Comments
 (0)