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