mock librosa and soundfile
This commit is contained in:
parent
f78a20c4a0
commit
a18bb23f30
|
@ -27,6 +27,7 @@
|
|||
import os
|
||||
import sys
|
||||
sys.path.insert(0, os.path.abspath('../..'))
|
||||
autodoc_mock_imports = ["soundfile", "librosa"]
|
||||
|
||||
# -- Project information -----------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue