From 576d82762a811c24c6bf4a040dc851924b237ec2 Mon Sep 17 00:00:00 2001 From: Sofia Wallin Date: Tue, 4 Feb 2020 11:19:35 +0100 Subject: Adding reference Adding reference for the release note to enable linking Signed-off-by: Sofia Wallin Change-Id: Ib0c692db4276d514171ebe08a59208a4e18e0fb5 --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 69aa189..840ce6a 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