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 e13c0c4 commit 6606bfbCopy full SHA for 6606bfb
docs/conf.py
@@ -22,11 +22,11 @@
22
# digitalio, micropython and busio. List the modules you use. Without it, the
23
# autodoc module docs will fail to generate with a warning.
24
# autodoc_mock_imports = ["digitalio", "busio"]
25
+autodoc_mock_imports = ["displayio"]
26
27
intersphinx_mapping = {
28
"python": ("https://docs.python.org/3.4", None),
29
"CircuitPython": ("https://circuitpython.readthedocs.io/en/latest/", None),
- "displayio": ("https://adafruit-blinka-displayio.readthedocs.io/en/latest/", None),
30
}
31
32
# Add any paths that contain templates here, relative to this directory.
0 commit comments