From a491bb816d4365eed786675f070de9772ec3b4da Mon Sep 17 00:00:00 2001 From: foamyguy Date: Thu, 31 Jul 2025 13:12:13 -0500 Subject: [PATCH] add fourwire to mock docs list --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 19e3d5f..476955d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,7 +25,7 @@ extensions = [ # Uncomment the below if you use native CircuitPython modules such as # digitalio, micropython and busio. List the modules you use. Without it, the # autodoc module docs will fail to generate with a warning. -autodoc_mock_imports = ["epaperdisplay"] +autodoc_mock_imports = ["epaperdisplay", "fourwire"] autodoc_preserve_defaults = True