From 3758b811378518cb17b5b8e4903bfb9caec596dc Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 20 Jan 2021 06:07:47 +0100 Subject: [PATCH] Build doc with python3 ? --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5531c72e..770704ae 100644 --- a/tox.ini +++ b/tox.ini @@ -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