clean up doc dir (#567)

This commit is contained in:
Atsushi Sakai
2021-11-17 19:42:14 +09:00
committed by GitHub
parent 7b0522b588
commit b812cb1fc9
2 changed files with 4 additions and 1 deletions

View File

@@ -117,7 +117,7 @@ For development:
- mypy (for type check)
- Sphinx (for document generation)
- sphinx (for document generation)
- pycodestyle (for code style check)

View File

@@ -3,4 +3,7 @@ scipy == 1.7.2
pandas == 1.3.4
matplotlib == 3.4.3
cvxpy == 1.1.17
pytest == 6.2.5 # For unit test
pytest-xdist == 2.4.0 # For unit test
sphinx == 4.3.0 # For sphinx documentation
IPython == 7.29.0 # For sphinx documentation