X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka_Displayio.git/blobdiff_plain/e3c50c29dff1fef1f2499917d7d985d77be1f42d..1516bb169dda734933711143c6a57982e144c0b7:/docs/conf.py diff --git a/docs/conf.py b/docs/conf.py index e192898..7c699ab 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,7 +25,7 @@ extensions = [ # Uncomment the below if you use native CircuitPython modules such as # 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", "terminalio"] intersphinx_mapping = {