From 76e115801da4fe87fa8551589d108ce71385bd2e Mon Sep 17 00:00:00 2001 From: dherrada Date: Thu, 9 Jul 2020 12:54:54 -0400 Subject: [PATCH] uncommented mock imports --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index f2cd3f0..88a5795 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,7 +21,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 = ["bleak", "digitalio", "busio"] +autodoc_mock_imports = ["bleak", "digitalio", "busio"] intersphinx_mapping = {