From 9ffd1f6dda47d4f83e684b7dc34b4ae0a5d78203 Mon Sep 17 00:00:00 2001 From: Yuwen Hu <54161268+Oscilloscope98@users.noreply.github.com> Date: Wed, 19 Apr 2023 17:24:58 +0800 Subject: [PATCH] Mock prophet as doc building failed (#8083) --- docs/readthedocs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/readthedocs/source/conf.py b/docs/readthedocs/source/conf.py index fd801b4e..f77875af 100644 --- a/docs/readthedocs/source/conf.py +++ b/docs/readthedocs/source/conf.py @@ -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, '.')