Skip to content

Commit 2f0477a

Browse files
committed
enable modckdocsk for builtin modules
1 parent 8da6fbb commit 2f0477a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"sphinx.ext.todo",
2222
]
2323

24-
# TODO: Please Read!
24+
2525
# Uncomment the below if you use native CircuitPython modules such as
2626
# digitalio, micropython and busio. List the modules you use. Without it, the
2727
# autodoc module docs will fail to generate with a warning.
28-
# autodoc_mock_imports = ["digitalio", "busio"]
28+
autodoc_mock_imports = ["busio"]
2929

3030

3131
intersphinx_mapping = {

0 commit comments

Comments
 (0)