From 8861ada8f8378e78766b1b915f0acac9d021fad5 Mon Sep 17 00:00:00 2001 From: jposada202020 Date: Thu, 9 Feb 2023 20:36:41 -0500 Subject: [PATCH] adding bitmaptools to mockdoc --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 93aac55..7c31d3b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,7 +25,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"] autodoc_preserve_defaults = True