From: Cédric Ollivier Date: Wed, 17 Feb 2021 16:17:24 +0000 (+0100) Subject: Bypass the dep management issues in lfdocs-conf X-Git-Tag: 0.0.2~61^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F65%2F72065%2F1;p=samplevnf.git Bypass the dep management issues in lfdocs-conf It can only work for python3. Signed-off-by: Cédric Ollivier Change-Id: Ie7b2706f9d4dbfbb2cdca85c0543894c79634246 --- 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