From 43c60708e5864974422dee26fed23b7d0ded3dda Mon Sep 17 00:00:00 2001 From: Yves-Gwenael Bourhis Date: Tue, 4 Jun 2019 11:43:57 +0200 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6ee4499..96d94a0 100644 --- a/tox.ini +++ b/tox.ini @@ -59,7 +59,7 @@ commands= pip-missing-reqs -d ospurge [testenv:docs] -basepython = python2.7 +basepython = python3 whitelist_externals = echo skip_install = True deps =