Skip to content

Commit

Permalink
adding bitmaptools to mockdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jposada202020 committed Feb 10, 2023
1 parent 68e2c4a commit 8861ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8861ada

Please sign in to comment.