Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiao000L authored Mar 2, 2021
1 parent f645f72 commit 32c9b0d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit 32c9b0d

Please sign in to comment.