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

fix the doc building (#268)

parent 1f6ac2ca
version: 2
python:
version: 3.7
install:
- requirements: docs/requirements.txt
......@@ -48,9 +48,7 @@ extensions = [
'recommonmark',
]
autodoc_mock_imports = [
'cv2', 'enum', 'pathlib', 'mmcv._ext', 'pytorch', 'torchvision'
]
autodoc_mock_imports = ['cv2', 'mmcv._ext', 'torchvision']
# 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