From 2164df91b4a95752fc636aa1910a3951007fa8aa Mon Sep 17 00:00:00 2001 From: caternuson Date: Thu, 26 Oct 2017 16:24:05 -0700 Subject: [PATCH] autodoc_mock maybe? --- conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf.py b/conf.py index 2efd233..104ec4c 100644 --- a/conf.py +++ b/conf.py @@ -30,6 +30,8 @@ copyright = u'2017 Carter Nelson' author = u'Carter Nelson' +autodoc_mock_imports = ['micropython'] + # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents.