summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorSofia Wallin <sofia.wallin@est.tech>2020-02-04 11:19:35 +0100
committerMark Beierl <mbeierl@vmware.com>2020-02-04 14:56:37 +0000
commit91ff597feecf4a4bac927d2961a25717cf04575b (patch)
tree55f9f9d4e9e94599c57c05161e7c0c89a688fcf1 /tox.ini
parentd393290fdbc9b1ff92440bd7e1f092e6763ad6d7 (diff)
Adding referenceopnfv-9.0.0stable/iruya
Adding reference for the release note to enable linking Signed-off-by: Sofia Wallin <sofia.wallin@est.tech> Change-Id: Ib0c692db4276d514171ebe08a59208a4e18e0fb5 (cherry picked from commit 576d82762a811c24c6bf4a040dc851924b237ec2)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
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