Skip to content

Commit 0db0a9d

Browse files
committed
fix try
1 parent 02132bd commit 0db0a9d

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
@@ -19,13 +19,14 @@ passenv = READTHEDOCS
1919
description = Render documentation
2020
skip_install = true
2121
deps =
22-
# {[testenv]deps}
2322
setuptools>=61
2423
-r{toxinidir}/docsource/requirements.txt
2524
commands =
25+
pip install --upgrade setuptools>=61
2626
make -C docsource {posargs:html}
2727
setenv =
2828
O=-j4 -n -W
2929
SPHINXOPTS=-j4 -n -W
3030
whitelist_externals =
3131
make
32+
pip

0 commit comments

Comments
 (0)