"graphbolt/src/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "22a2513d0a85f973ce414755c1f26f5f8f12ef3b"
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 = [ ...@@ -49,7 +49,9 @@ extensions = [
'recommonmark', '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. # Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates'] 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