Skip to content

Commit dbf3560

Browse files
committed
Add autodoc mock imports
1 parent 11e860a commit dbf3560

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/conf.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,16 @@
2727
# Uncomment the below if you use native CircuitPython modules such as
2828
# digitalio, micropython and busio. List the modules you use. Without it, the
2929
# autodoc module docs will fail to generate with a warning.
30-
autodoc_mock_imports = ["supervisor", "rtc", "rgbmatrix", "framebufferio", "secrets"]
30+
autodoc_mock_imports = [
31+
"supervisor",
32+
"rtc",
33+
"rgbmatrix",
34+
"framebufferio",
35+
"secrets",
36+
"wifi",
37+
"ssl",
38+
"socketpool",
39+
]
3140

3241

3342
intersphinx_mapping = {

0 commit comments

Comments
 (0)