Skip to content

Commit 6606bfb

Browse files
committed
Remocked displayio for docs
1 parent e13c0c4 commit 6606bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
# digitalio, micropython and busio. List the modules you use. Without it, the
2323
# autodoc module docs will fail to generate with a warning.
2424
# autodoc_mock_imports = ["digitalio", "busio"]
25+
autodoc_mock_imports = ["displayio"]
2526

2627
intersphinx_mapping = {
2728
"python": ("https://docs.python.org/3.4", None),
2829
"CircuitPython": ("https://circuitpython.readthedocs.io/en/latest/", None),
29-
"displayio": ("https://adafruit-blinka-displayio.readthedocs.io/en/latest/", None),
3030
}
3131

3232
# Add any paths that contain templates here, relative to this directory.

0 commit comments

Comments
 (0)