From 86b5b89ebc51941af824ca598d578bc216e1920d Mon Sep 17 00:00:00 2001 From: brentru Date: Fri, 23 Feb 2018 14:11:14 -0500 Subject: [PATCH] Fix autodoc --- conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf.py b/conf.py index 774ec3d..b16c5c2 100644 --- a/conf.py +++ b/conf.py @@ -15,6 +15,9 @@ 'sphinx.ext.viewcode', ] +autodoc_mock_imports = ["digitalio", "micropython"] + + intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)} # Add any paths that contain templates here, relative to this directory.