Build doc with python3 ?

This commit is contained in:
Alexandre Aubin 2021-01-20 06:07:47 +01:00
parent 0de154678c
commit 3758b81137

View file

@ -33,6 +33,6 @@ usedevelop = {[testenv:format]usedevelop}
[testenv:docs]
usedevelop = True
commands = python -m sphinx -W doc/ doc/_build
commands = python3 -m sphinx -W doc/ doc/_build
deps =
-r{toxinidir}/doc/requirements.txt