Skip to content
Snippets Groups Projects
Unverified Commit a06bb778 authored by Zaida Zhou's avatar Zaida Zhou Committed by GitHub
Browse files

[Docs] Add readthedocs.yml (#501)

* [Docs] Add readthedocs.yml

* include torch in readthedocs.yml

* add torch torchvision in docs.txt
parent 458f6d68
No related branches found
No related tags found
No related merge requests found
version: 2
formats: all
python:
version: 3.7
install:
- requirements: requirements/runtime.txt
- requirements: requirements/docs.txt
...@@ -47,7 +47,7 @@ Package ...@@ -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 ...@@ -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
......
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment