Mock prophet as doc building failed (#8083)
This commit is contained in:
parent
a3848611e8
commit
9ffd1f6dda
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ import glob
|
||||||
import shutil
|
import shutil
|
||||||
import urllib
|
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.
|
# documentation root, use os.path.abspath to make it absolute, like shown here.
|
||||||
#sys.path.insert(0, '.')
|
#sys.path.insert(0, '.')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue