Skip to content

Commit 3544dab

Browse files
authored
Merge pull request #27 from brentru/fix-autodoc
Fix autodoc
2 parents 94409e4 + 705fc19 commit 3544dab

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)