From 6606bfbccb41fb3f9b1213b17aaef3be79a73e71 Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Mon, 8 Jun 2020 16:44:35 -0700 Subject: [PATCH] Remocked displayio for docs --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index d4f7b82..4dd28b8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,11 +22,11 @@ extensions = [ # digitalio, micropython and busio. List the modules you use. Without it, the # autodoc module docs will fail to generate with a warning. # autodoc_mock_imports = ["digitalio", "busio"] +autodoc_mock_imports = ["displayio"] 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), } # Add any paths that contain templates here, relative to this directory.