From c4254059cc142cb0639e7c46d9c6a363ed129a2c Mon Sep 17 00:00:00 2001 From: brentru Date: Fri, 23 Feb 2018 14:07:45 -0500 Subject: [PATCH] Fix autodoc --- conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf.py b/conf.py index fa598c8..a5aa720 100644 --- a/conf.py +++ b/conf.py @@ -15,6 +15,8 @@ 'sphinx.ext.viewcode', ] +autodoc_mock_imports = ["audioio", "adafruit_waveform"] + 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.