Skip to content

Commit 898cf6f

Browse files
committed
commenting out autodock_imports
1 parent a6f1936 commit 898cf6f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@
2626
# Uncomment the below if you use native CircuitPython modules such as
2727
# digitalio, micropython and busio. List the modules you use. Without it, the
2828
# autodoc module docs will fail to generate with a warning.
29-
autodoc_mock_imports = [
30-
"adafruit_register",
31-
]
29+
# autodoc_mock_imports = ["adafruit_register",]
3230

3331

3432
intersphinx_mapping = {

0 commit comments

Comments
 (0)