From e0b03c984af31751af279ceca70c1f41d2f0a775 Mon Sep 17 00:00:00 2001 From: foamyguy Date: Mon, 6 May 2024 15:28:55 -0500 Subject: [PATCH] docs mock displayio --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 80cad7d..48dab5e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -27,7 +27,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 = ["displayio"] intersphinx_mapping = { "python": ("https://docs.python.org/3", None),