From 9756f8f4dcd3bae3cb73fa145899c2e49a9f3c13 Mon Sep 17 00:00:00 2001 From: foamyguy Date: Wed, 13 Aug 2025 16:39:30 -0500 Subject: [PATCH] add core modules 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 2e837f8..c759292 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 = ["digitalio", "busio"] +autodoc_mock_imports = ["epaperdisplay", "displayio"] autodoc_preserve_defaults = True