Mock sigfig for doc build to fix the failed rendered API doc (#7800)
This commit is contained in:
parent
17474d9402
commit
e5e5c06863
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"]
|
autodoc_mock_imports = ["openvino", "pytorch_lightning", "keras", "cpuinfo", "sigfig"]
|
||||||
|
|
||||||
# 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