Skip to content

Commit 662e97e

Browse files
authored
Merge pull request #38 from FoamyGuy/fix_docs_build
add bitmaptools to mocked modules
2 parents 7500dee + b640b82 commit 662e97e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# Uncomment the below if you use native CircuitPython modules such as
2828
# digitalio, micropython and busio. List the modules you use. Without it, the
2929
# autodoc module docs will fail to generate with a warning.
30-
autodoc_mock_imports = ["displayio"]
30+
autodoc_mock_imports = ["displayio", "bitmaptools"]
3131

3232

3333
intersphinx_mapping = {

0 commit comments

Comments
 (0)