mock librosa and soundfile

This commit is contained in:
iclementine 2021-01-14 13:01:42 +08:00
parent f78a20c4a0
commit a18bb23f30
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
import os
import sys
sys.path.insert(0, os.path.abspath('../..'))
autodoc_mock_imports = ["soundfile", "librosa"]
# -- Project information -----------------------------------------------------