Fix mapping link
This commit is contained in:
parent
09850e788c
commit
671b1350d1
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ extensions = [
|
|||
intersphinx_mapping = {
|
||||
"python": ("https://docs.python.org/3.4", None),
|
||||
"CircuitPython": ("https://circuitpython.readthedocs.io/en/latest/", None),
|
||||
"displayio": ("https://adafruit-blinka-displayio.readthedocs.io/en/latest/"),
|
||||
"displayio": ("https://adafruit-blinka-displayio.readthedocs.io/en/latest/", "None"),
|
||||
}
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
|
|
|
|||
Loading…
Reference in a new issue