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 8410023 commit e0b03c9Copy full SHA for e0b03c9
docs/conf.py
@@ -27,7 +27,7 @@
27
# Uncomment the below if you use native CircuitPython modules such as
28
# digitalio, micropython and busio. List the modules you use. Without it, the
29
# autodoc module docs will fail to generate with a warning.
30
-# autodoc_mock_imports = ["digitalio", "busio"]
+autodoc_mock_imports = ["displayio"]
31
32
intersphinx_mapping = {
33
"python": ("https://docs.python.org/3", None),
0 commit comments