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

Add mmcv._ext to autodoc_mock_imports (#86)

parent e60c7efd
......@@ -48,7 +48,7 @@ extensions = [
'recommonmark',
]
autodoc_mock_imports = ['cv2', 'torch', 'enum', 'pathlib']
autodoc_mock_imports = ['cv2', '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