From 1f7b5fda345b36dabf7b2d25dda840cba4db5a9c Mon Sep 17 00:00:00 2001 From: Emma Foley Date: Fri, 22 May 2020 13:14:24 -0400 Subject: [docs] Fix docs to pass rtd jobs Signed-off-by: Emma Foley Change-Id: I8351e3defe15cd699a629bc3f78ecd074f0d9dd0 --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tox.ini') 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