From d2f2eefbdb836055136f6894a7971d8c56b6d05f Mon Sep 17 00:00:00 2001 From: Tin Lam Date: Sat, 11 Aug 2018 23:02:07 -0500 Subject: [PATCH] chore(py3): update doc build to use py3 Per Stein community goal [0], update the doc build to use python 3 by default. [0] https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: Ifb1dfbe0ecabc629c39b98a156c09b95e3c738f0 Signed-off-by: Tin Lam --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 3fac6713..b9bffa5b 100644 --- a/tox.ini +++ b/tox.ini @@ -118,12 +118,14 @@ ignore = E731,H405 exclude = .venv,.git,.tox,dist,*lib/python*,*egg,build,releasenotes,doc,alembic/versions [testenv:docs] +basepython = python3 deps = -r{toxinidir}/doc/requirements.txt commands = {toxinidir}/tools/build-docs.sh [testenv:releasenotes] +basepython = python3 deps = -r{toxinidir}/doc/requirements.txt commands = rm -rf releasenotes/build