Skip to content

Commit 0174764

Browse files
committed
Added audioio to mock imports
1 parent f87a6a7 commit 0174764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"sphinx.ext.viewcode",
2121
]
2222

23-
autodoc_mock_imports = ["pulseio", "pwmio"]
23+
autodoc_mock_imports = ["pulseio", "pwmio", "audioio"]
2424

2525
intersphinx_mapping = {
2626
"python": ("https://docs.python.org/3.4", None),

0 commit comments

Comments
 (0)