add fourwire to mock docs list
Some checks failed
Build CI / test (push) Has been cancelled

This commit is contained in:
foamyguy 2025-07-31 13:12:13 -05:00
parent cc10026043
commit a491bb816d

View file

@ -25,7 +25,7 @@ extensions = [
# Uncomment the below if you use native CircuitPython modules such as # Uncomment the below if you use native CircuitPython modules such as
# digitalio, micropython and busio. List the modules you use. Without it, the # digitalio, micropython and busio. List the modules you use. Without it, the
# autodoc module docs will fail to generate with a warning. # autodoc module docs will fail to generate with a warning.
autodoc_mock_imports = ["epaperdisplay"] autodoc_mock_imports = ["epaperdisplay", "fourwire"]
autodoc_preserve_defaults = True autodoc_preserve_defaults = True