mock paddle
This commit is contained in:
parent
a18bb23f30
commit
eed6f9af08
|
@ -25,5 +25,4 @@ python:
|
||||||
extra_requirements:
|
extra_requirements:
|
||||||
- doc
|
- doc
|
||||||
|
|
||||||
- requirements: docs/requirements.txt
|
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
paddlepaddle==2.0.0.rc1
|
|
|
@ -27,7 +27,7 @@
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
sys.path.insert(0, os.path.abspath('../..'))
|
sys.path.insert(0, os.path.abspath('../..'))
|
||||||
autodoc_mock_imports = ["soundfile", "librosa"]
|
autodoc_mock_imports = ["soundfile", "librosa", "paddle"]
|
||||||
|
|
||||||
# -- Project information -----------------------------------------------------
|
# -- Project information -----------------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue