From c90cf794da76217c646c83df041a97a03958b7b9 Mon Sep 17 00:00:00 2001 From: Tin Lam Date: Sat, 11 Aug 2018 22:58:38 -0500 Subject: [PATCH] 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: I3992632a0768b4da0dedf2450e532d2724fc2e05 Signed-off-by: Tin Lam --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index a738e33349..69cd121ac1 100644 --- a/tox.ini +++ b/tox.ini @@ -13,6 +13,7 @@ passenv = *_proxy *_PROXY commands = {posargs} [testenv:docs] +basepython = python3 deps = -r{toxinidir}/doc/requirements.txt commands = bash -c "rm -rf doc/build"