mock paddle

This commit is contained in:
iclementine 2021-01-14 13:07:55 +08:00
parent a18bb23f30
commit eed6f9af08
3 changed files with 1 additions and 3 deletions

View File

@ -25,5 +25,4 @@ python:
extra_requirements: extra_requirements:
- doc - doc
- requirements: docs/requirements.txt

View File

@ -1 +0,0 @@
paddlepaddle==2.0.0.rc1

View File

@ -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 -----------------------------------------------------