Skip to content

Commit 97dadca

Browse files
committed
update mock imports in docs conf
1 parent 5ab3463 commit 97dadca

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
@@ -21,7 +21,7 @@
2121
# Uncomment the below if you use native CircuitPython modules such as
2222
# digitalio, micropython and busio. List the modules you use. Without it, the
2323
# autodoc module docs will fail to generate with a warning.
24-
autodoc_mock_imports = ["displayio"]
24+
autodoc_mock_imports = ["fontio"]
2525

2626

2727
intersphinx_mapping = {

0 commit comments

Comments
 (0)