From e13c0c4bfba610312553e007ce0e4ef80ea1d905 Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Mon, 8 Jun 2020 16:38:21 -0700 Subject: [PATCH] Unquated None --- docs/conf.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index e155589..d4f7b82 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,10 +26,7 @@ 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.