From 38e99c0e8e7f073372019a6bb22465cf26cb3682 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Mon, 20 Apr 2020 13:44:35 +0200 Subject: [PATCH] docs: Use python3 for building docs python2 is EOL. Signed-off-by: Thomas Bechtold --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 9e899a6683..11449d7921 100644 --- a/tox.ini +++ b/tox.ini @@ -60,11 +60,11 @@ deps= commands=flake8 --select=F,E9 {posargs:teuthology scripts} [testenv:docs] +basepython=python3 install_command = pip install --upgrade {opts} {packages} -basepython=python changedir=docs deps= - -r{toxinidir}/requirements2.txt + -r{toxinidir}/requirements3.txt sphinx mock==2.0.0 commands= -- 2.39.5