mirror of
https://github.com/open-mmlab/mmengine.git
synced 2025-06-03 21:54:44 +08:00
[Docs] Add readthedocs.yml (#501)
* [Docs] Add readthedocs.yml * include torch in readthedocs.yml * add torch torchvision in docs.txt
This commit is contained in:
parent
458f6d684e
commit
a06bb7782b
9
.readthedocs.yml
Normal file
9
.readthedocs.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
version: 2
|
||||||
|
|
||||||
|
formats: all
|
||||||
|
|
||||||
|
python:
|
||||||
|
version: 3.7
|
||||||
|
install:
|
||||||
|
- requirements: requirements/runtime.txt
|
||||||
|
- requirements: requirements/docs.txt
|
@ -47,7 +47,7 @@ Package
|
|||||||
:template: classtemplate.rst
|
:template: classtemplate.rst
|
||||||
|
|
||||||
call_command
|
call_command
|
||||||
check_install_package
|
install_package
|
||||||
get_installed_path
|
get_installed_path
|
||||||
is_installed
|
is_installed
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ Package
|
|||||||
:nosignatures:
|
:nosignatures:
|
||||||
|
|
||||||
call_command
|
call_command
|
||||||
check_install_package
|
install_package
|
||||||
get_installed_path
|
get_installed_path
|
||||||
is_installed
|
is_installed
|
||||||
|
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
docutils==0.16.0
|
docutils==0.16.0
|
||||||
myst-parser
|
myst-parser
|
||||||
|
opencv-python
|
||||||
-e git+https://github.com/open-mmlab/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
|
-e git+https://github.com/open-mmlab/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
|
||||||
sphinx==4.0.2
|
sphinx==4.0.2
|
||||||
sphinx-copybutton
|
sphinx-copybutton
|
||||||
sphinx_markdown_tables
|
sphinx_markdown_tables
|
||||||
|
torch
|
||||||
|
torchvision
|
||||||
|
Loading…
x
Reference in New Issue
Block a user