diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-02-17 17:17:24 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-02-17 17:18:48 +0100 |
commit | 86ddde9dd9155fc03b2dcf39928b392b89e3a914 (patch) | |
tree | 30fb41364ae759eee60ed967f92b9dc4c068051b | |
parent | 849357bb9ca1d27993c9e96b93156ec69b3ac3a9 (diff) |
Bypass the dep management issues in lfdocs-conf
It can only work for python3.
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: Ie7b2706f9d4dbfbb2cdca85c0543894c79634246
-rw-r--r-- | tox.ini | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |