From b640b826899f4782893ccc48cc80dd24e2947fd6 Mon Sep 17 00:00:00 2001 From: foamyguy Date: Mon, 25 Sep 2023 16:47:41 -0500 Subject: [PATCH] add bitmaptools to mocked modules --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 17d53f5..c98d9f2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -27,7 +27,7 @@ # 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 = ["displayio"] +autodoc_mock_imports = ["displayio", "bitmaptools"] intersphinx_mapping = {