Skip to content

Commit 410c467

Browse files
committed
add terminalio to mock docs list
1 parent cc4a293 commit 410c467

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
@@ -24,7 +24,7 @@
2424
# Uncomment the below if you use native CircuitPython modules such as
2525
# digitalio, micropython and busio. List the modules you use. Without it, the
2626
# autodoc module docs will fail to generate with a warning.
27-
autodoc_mock_imports = ["displayio", "supervisor", "framebufferio", "picodvi", "audiobusio"]
27+
autodoc_mock_imports = ["displayio", "supervisor", "framebufferio", "picodvi", "audiobusio", "terminalio"]
2828

2929
autodoc_preserve_defaults = True
3030

0 commit comments

Comments
 (0)