Skip to content

Commit feb27de

Browse files
committed
fix tox compatibility
1 parent c41947a commit feb27de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ deps =
2222
commands =
2323
pip install --upgrade pip
2424
pip install --upgrade setuptools>=61
25+
pip install -r{toxinidir}/docsource/requirements.txt
26+
pip list
2527
make -C docsource {posargs:html}
26-
-r{toxinidir}/docsource/requirements.txt
2728
setenv =
2829
O=-j4 -n -W
2930
SPHINXOPTS=-j4 -n -W

0 commit comments

Comments
 (0)