Skip to content

Commit e0b03c9

Browse files
committed
docs mock displayio
1 parent 8410023 commit e0b03c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
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 = ["digitalio", "busio"]
30+
autodoc_mock_imports = ["displayio"]
3131

3232
intersphinx_mapping = {
3333
"python": ("https://docs.python.org/3", None),

0 commit comments

Comments
 (0)