Skip to content

Commit b812cb1

Browse files
authored
clean up doc dir (AtsushiSakai#567)
1 parent 7b0522b commit b812cb1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ For development:
117117

118118
- mypy (for type check)
119119

120-
- Sphinx (for document generation)
120+
- sphinx (for document generation)
121121

122122
- pycodestyle (for code style check)
123123

requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@ scipy == 1.7.2
33
pandas == 1.3.4
44
matplotlib == 3.4.3
55
cvxpy == 1.1.17
6+
pytest == 6.2.5 # For unit test
7+
pytest-xdist == 2.4.0 # For unit test
8+
sphinx == 4.3.0 # For sphinx documentation
69
IPython == 7.29.0 # For sphinx documentation

0 commit comments

Comments
 (0)