Skip to content

Commit a12c929

Browse files
committed
Update conf.py
1 parent 9ec4eb4 commit a12c929

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

3030
autodoc_preserve_defaults = True
3131

0 commit comments

Comments
 (0)