Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
MMCV
Commits
e54c85e7
Unverified
Commit
e54c85e7
authored
May 05, 2020
by
Kai Chen
Committed by
GitHub
May 05, 2020
Browse files
fix the doc building (#268)
parent
1f6ac2ca
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
.readthedocs.yml
.readthedocs.yml
+6
-0
docs/conf.py
docs/conf.py
+1
-3
docs/requirements.txt
docs/requirements.txt
+1
-0
No files found.
.readthedocs.yml
0 → 100644
View file @
e54c85e7
version
:
2
python
:
version
:
3.7
install
:
-
requirements
:
docs/requirements.txt
docs/conf.py
View file @
e54c85e7
...
@@ -48,9 +48,7 @@ extensions = [
...
@@ -48,9 +48,7 @@ extensions = [
'recommonmark'
,
'recommonmark'
,
]
]
autodoc_mock_imports
=
[
autodoc_mock_imports
=
[
'cv2'
,
'mmcv._ext'
,
'torchvision'
]
'cv2'
,
'enum'
,
'pathlib'
,
'mmcv._ext'
,
'pytorch'
,
'torchvision'
]
# 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'
]
...
...
docs/requirements.txt
0 → 100644
View file @
e54c85e7
torch
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment