We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8598410 commit 218a1bbCopy full SHA for 218a1bb
docs/conf.py
@@ -26,8 +26,15 @@
26
# Uncomment the below if you use native CircuitPython modules such as
27
# digitalio, micropython and busio. List the modules you use. Without it, the
28
# autodoc module docs will fail to generate with a warning.
29
-autodoc_mock_imports = ["dotclockframebuffer", "framebufferio"]
30
-
+autodoc_mock_imports = [
+ "supervisor",
31
+ "rtc",
32
+ "dotclockframebuffer",
33
+ "framebufferio" "ssl",
34
+ "wifi",
35
+ "socketpool",
36
+ "bitmaptools",
37
+]
38
autodoc_preserve_defaults = True
39
40
0 commit comments