Skip to content

Commit 705fc19

Browse files
author
brentru
committed
Fix autodoc
1 parent 2fec0ff commit 705fc19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'sphinx.ext.viewcode',
1616
]
1717

18-
autodoc_mock_imports = ["digitalio"]
18+
autodoc_mock_imports = ["digitalio", "audioio", "pulseio"]
1919

2020
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)}
2121

0 commit comments

Comments
 (0)