Update gitignore and docs requirements

pull/623/head
mzr1996 2021-12-29 14:26:04 +08:00
parent 0bbbb04429
commit 0a07d47b4a
2 changed files with 10 additions and 3 deletions

11
.gitignore vendored
View File

@ -64,8 +64,15 @@ instance/
# Scrapy stuff:
.scrapy
# Sphinx documentation
docs/_build/
# Auto generate documentation
docs/en/_build/
docs/en/_model_zoo.rst
docs/en/modelzoo_statistics.md
docs/en/papers/
docs/zh_CN/_build/
docs/zh_CN/_model_zoo.rst
docs/zh_CN/modelzoo_statistics.md
docs/zh_CN/papers/
# PyBuilder
target/

View File

@ -1,6 +1,6 @@
docutils==0.16.0
myst-parser
-e git+https://github.com/open-mmlab/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
git+https://github.com/open-mmlab/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
sphinx==4.0.2
sphinx-copybutton
sphinx_markdown_tables