Skip to content

Commit c425405

Browse files
author
brentru
committed
Fix autodoc
1 parent 0339a1c commit c425405

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)