From 32c9b0ddf5fa0eea6eb8a50832eb2809b3ac3c55 Mon Sep 17 00:00:00 2001 From: Eric <67652190+Xiao000L@users.noreply.github.com> Date: Wed, 3 Mar 2021 00:07:25 +0800 Subject: [PATCH] Update conf.py --- docs/source/conf.py | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index a9f6b299..06948730 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -46,6 +46,29 @@ 'sphinx.ext.githubpages', ] +autodoc_mock_imports = [ + 'cv2', + 'hyperdash', + 'gridfs', + 'horovod', + 'hyperdash', + 'imageio', + 'lxml', + 'matplotlib', + 'nltk', + # 'numpy', + 'PIL', + 'progressbar', + 'pymongo', + 'scipy', + 'skimage', + 'sklearn', + # 'tensorflow', + 'tqdm', + 'h5py', + # 'tensorlayer.third_party.roi_pooling.roi_pooling.roi_pooling_ops', # TL C++ Packages +] + import sphinx_rtd_theme # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']