Skip to content

Commit 218a1bb

Browse files
committed
Add more mock imports
1 parent 8598410 commit 218a1bb

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/conf.py

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,15 @@
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 = ["dotclockframebuffer", "framebufferio"]
30-
29+
autodoc_mock_imports = [
30+
"supervisor",
31+
"rtc",
32+
"dotclockframebuffer",
33+
"framebufferio" "ssl",
34+
"wifi",
35+
"socketpool",
36+
"bitmaptools",
37+
]
3138
autodoc_preserve_defaults = True
3239

3340

0 commit comments

Comments
 (0)