Skip to content

Commit 859c31f

Browse files
committed
added docx to autodoc_moc_imports
Signed-off-by: Alexan <[email protected]>
1 parent 9afa326 commit 859c31f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/src/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030

3131
autodoc_mock_imports = [
3232
"soundfile",
33-
"webvtt"
33+
"webvtt",
34+
"docx"
3435
]
3536

3637
_skipped_autodoc_mock_imports = []

0 commit comments

Comments
 (0)