Skip to content

Commit 81f3591

Browse files
authored
Merge pull request #3 from brentru/fix-autodoc
Fix autodoc
2 parents 0339a1c + c425405 commit 81f3591

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
'sphinx.ext.viewcode',
1616
]
1717

18+
autodoc_mock_imports = ["audioio", "adafruit_waveform"]
19+
1820
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)}
1921

2022
# Add any paths that contain templates here, relative to this directory.

0 commit comments

Comments
 (0)