Merge "Always use python2.7 for docs target"

This commit is contained in:
Jenkins 2016-12-02 16:27:03 +00:00 committed by Gerrit Code Review
commit 6c5824d72f

View File

@ -88,6 +88,9 @@ commands =
commands = {posargs}
[testenv:docs]
# TODO(melwitt): This can be removed when the docs target can be run
# with python 3.x
basepython = python2.7
commands =
rm -rf doc/source/api doc/build api-guide/build api-ref/build
python setup.py build_sphinx