Mock prophet as doc building failed (#8083)

This commit is contained in:
Yuwen Hu 2023-04-19 17:24:58 +08:00 committed by GitHub
parent a3848611e8
commit 9ffd1f6dda

View file

@ -18,7 +18,7 @@ import glob
import shutil
import urllib
autodoc_mock_imports = ["openvino", "pytorch_lightning", "keras", "cpuinfo", "sigfig"]
autodoc_mock_imports = ["openvino", "pytorch_lightning", "keras", "cpuinfo", "sigfig", "prophet"]
# documentation root, use os.path.abspath to make it absolute, like shown here.
#sys.path.insert(0, '.')