From 4fde7fb9441703568f8555e6afc1ac7187999d7a Mon Sep 17 00:00:00 2001 From: Dan Halbert Date: Mon, 25 Sep 2023 19:44:57 -0400 Subject: [PATCH] fix doc API build --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 7ea32e1..eaff827 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -30,6 +30,7 @@ # autodoc module docs will fail to generate with a warning. autodoc_mock_imports = [ "audioio", + "bitmaptools", "displayio", "neopixel", "analogio",