From 06d50f1199e6ae009e3f2554a4b38384be624c0a Mon Sep 17 00:00:00 2001 From: James Carr Date: Thu, 22 Apr 2021 15:30:40 +0100 Subject: [PATCH] Try to get sphinx to pass build.yml --- docs/conf.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index e192898..baa8227 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,7 +25,13 @@ 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 = [ + "busio", + "digitalio", + "displayio", + "microcontroller", + "terminalio", +] intersphinx_mapping = { -- 2.49.0