Black formatted again
This commit is contained in:
parent
671b1350d1
commit
48af203df1
1 changed files with 4 additions and 1 deletions
|
|
@ -26,7 +26,10 @@ 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/", "None"),
|
||||
"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