Skip to content

Commit 837017d

Browse files
committed
add terminalio to mock docs
1 parent 61357e2 commit 837017d

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
@@ -28,7 +28,7 @@
2828
# Uncomment the below if you use native CircuitPython modules such as
2929
# digitalio, micropython and busio. List the modules you use. Without it, the
3030
# autodoc module docs will fail to generate with a warning.
31-
autodoc_mock_imports = ["displayio", "adafruit_display_shapes"]
31+
autodoc_mock_imports = ["displayio", "adafruit_display_shapes", "terminalio"]
3232

3333

3434
intersphinx_mapping = {

0 commit comments

Comments
 (0)