From e5e5c0686316b3d46ec4c00839d696cb70e3ad32 Mon Sep 17 00:00:00 2001 From: Yuwen Hu <54161268+Oscilloscope98@users.noreply.github.com> Date: Wed, 8 Mar 2023 10:00:23 +0800 Subject: [PATCH] Mock sigfig for doc build to fix the failed rendered API doc (#7800) --- 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 43fcd088..fd801b4e 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"] +autodoc_mock_imports = ["openvino", "pytorch_lightning", "keras", "cpuinfo", "sigfig"] # documentation root, use os.path.abspath to make it absolute, like shown here. #sys.path.insert(0, '.')