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 <tin@irrational.io>
This commit is contained in:
1
tox.ini
1
tox.ini
@@ -13,6 +13,7 @@ passenv = *_proxy *_PROXY
|
|||||||
commands = {posargs}
|
commands = {posargs}
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
|
basepython = python3
|
||||||
deps = -r{toxinidir}/doc/requirements.txt
|
deps = -r{toxinidir}/doc/requirements.txt
|
||||||
commands =
|
commands =
|
||||||
bash -c "rm -rf doc/build"
|
bash -c "rm -rf doc/build"
|
||||||
|
|||||||
Reference in New Issue
Block a user