Skip to content

Commit 56e960a

Browse files
benzekrimahafrancoisferrand
authored andcommitted
fix tox compatibility for docs build
Issue: ZENKO-4975
1 parent 34cab6a commit 56e960a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/tox.ini

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,16 @@ description = Render documentation
1919
skip_install = true
2020
deps =
2121
# {[testenv]deps}
22-
-r{toxinidir}/docsource/requirements.txt
2322
commands =
23+
pip install --upgrade pip
24+
pip install setuptools==64.0.0
25+
pip install -r{toxinidir}/docsource/requirements.txt
26+
pip list
2427
make -C docsource {posargs:html}
2528
setenv =
2629
O=-j4 -n -W
2730
SPHINXOPTS=-j4 -n -W
2831
whitelist_externals =
2932
make
33+
pip
34+

0 commit comments

Comments
 (0)