"docs/git@developer.sourcefind.cn:OpenDAS/mmdetection3d.git" did not exist on "92b24d97c9211a4156dbeabf0a7e2ce9bf348f5e"
Commit fcd4b405 authored by rusty1s's avatar rusty1s
Browse files

clean up

parent d5a788d4
torch_nightly -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
sphinx sphinx
sphinx_rtd_theme sphinx_rtd_theme
...@@ -27,5 +27,3 @@ html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] ...@@ -27,5 +27,3 @@ html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
doctest_default_flags = doctest.NORMALIZE_WHITESPACE doctest_default_flags = doctest.NORMALIZE_WHITESPACE
intersphinx_mapping = {'python': ('https://docs.python.org/', None)} intersphinx_mapping = {'python': ('https://docs.python.org/', None)}
autodoc_mock_imports = ['torch']
...@@ -5,7 +5,6 @@ python: ...@@ -5,7 +5,6 @@ python:
version: 3.7 version: 3.7
install: install:
- requirements: docs/requirements.txt - requirements: docs/requirements.txt
- requirements: torch_nightly -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
system_packages: true system_packages: true
formats: [] formats: []
......
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