Use python 3 to build docs

The CI fails to build docs with python 2.7 because Sphinx requires
Python '>=3.5'
So we build docs with python 3.

Change-Id: If94342cbc5ad440009c515d70f1e79295241997c
This commit is contained in:
Yves-Gwenael Bourhis 2019-06-04 11:43:57 +02:00
parent e4261a65db
commit 43c60708e5
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ commands=
pip-missing-reqs -d ospurge
[testenv:docs]
basepython = python2.7
basepython = python3
whitelist_externals = echo
skip_install = True
deps =