add .readthedocs.yml
parent
41fae9b66b
commit
f599e1ce3d
requirements
|
@ -0,0 +1,7 @@
|
|||
version: 2
|
||||
|
||||
python:
|
||||
version: 3.7
|
||||
install:
|
||||
- requirements: requirements/docs.txt
|
||||
- requirements: requirements/readthedocs.txt
|
|
@ -0,0 +1,4 @@
|
|||
recommonmark
|
||||
sphinx
|
||||
sphinx_markdown_tables
|
||||
sphinx_rtd_theme
|
|
@ -0,0 +1,3 @@
|
|||
mmcv
|
||||
torch
|
||||
torchvision
|
Loading…
Reference in New Issue