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 48af203 commit e13c0c4Copy full SHA for e13c0c4
docs/conf.py
@@ -26,10 +26,7 @@
26
intersphinx_mapping = {
27
"python": ("https://docs.python.org/3.4", None),
28
"CircuitPython": ("https://circuitpython.readthedocs.io/en/latest/", None),
29
- "displayio": (
30
- "https://adafruit-blinka-displayio.readthedocs.io/en/latest/",
31
- "None",
32
- ),
+ "displayio": ("https://adafruit-blinka-displayio.readthedocs.io/en/latest/", None),
33
}
34
35
# Add any paths that contain templates here, relative to this directory.
0 commit comments