summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorEric Debeau <eric.debeau@orange.com>2021-02-09 13:23:18 +0000
committerGerrit Code Review <gerrit@onap.org>2021-02-09 13:23:18 +0000
commit28fffb708775ba3cc66a17417f3913f815c6d68e (patch)
tree61f39f23a7b18fe09e234f293bbb4f1e682f5523 /tox.ini
parent2fcc416d1f7272150b0aae227f7997fe83e89d60 (diff)
parent5b9d80a4e9175cfd6bd7f2be33c540053f726005 (diff)
Merge "[DOC] Fix tox docs-linkcheck profile issues"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 3c93b2958..6c8827d15 100644
--- a/tox.ini
+++ b/tox.ini
@@ -28,7 +28,7 @@ whitelist_externals =
[testenv:docs-linkcheck]
basepython = python3
deps = -r{toxinidir}/etc/requirements.txt
-commands = - sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck
+commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck
[testenv:spellcheck]
basepython = python3