Unverified Commit e127ef28 authored by Kai Chen's avatar Kai Chen Committed by GitHub
Browse files

Fix the missing numpy module for readthedocs (#182)

* Fix the missing numpy module for readthedocs

* fix the linting
parent 0874642f
......@@ -49,7 +49,9 @@ extensions = [
'recommonmark',
]
autodoc_mock_imports = ['cv2', 'torch', 'enum', 'pathlib', 'mmcv._ext']
autodoc_mock_imports = [
'cv2', 'numpy', 'torch', 'enum', 'pathlib', 'mmcv._ext'
]
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment