From 671b1350d1ee1699f4c254d4278bfcf14a84ab40 Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Mon, 8 Jun 2020 16:32:31 -0700 Subject: [PATCH] Fix mapping link --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 77807c2..f4ee88f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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.