From b4e275970afac51ffb7801bbf07035097a7e6ec8 Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Tue, 1 Aug 2023 08:29:29 -0700 Subject: [PATCH] Add bitmaptools for autodoc mock imports --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index fb55f12..f39f40d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -28,6 +28,7 @@ # autodoc module docs will fail to generate with a warning. autodoc_mock_imports = [ "supervisor", + "bitmaptools", "rtc", "ssl", "secrets",