From 86ddde9dd9155fc03b2dcf39928b392b89e3a914 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Wed, 17 Feb 2021 17:17:24 +0100 Subject: Bypass the dep management issues in lfdocs-conf MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It can only work for python3. Signed-off-by: Cédric Ollivier Change-Id: Ie7b2706f9d4dbfbb2cdca85c0543894c79634246 --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 69aa1893..840ce6a3 100644 --- a/tox.ini +++ b/tox.ini @@ -6,6 +6,7 @@ envlist = skipsdist = true [testenv:docs] +basepython = python3 deps = -rdocs/requirements.txt commands = sphinx-build -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html @@ -13,5 +14,6 @@ commands = whitelist_externals = echo [testenv:docs-linkcheck] +basepython = python3 deps = -rdocs/requirements.txt commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck -- cgit 1.2.3-korg