summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2021-02-08 13:00:18 +0000
committerGerrit Code Review <gerrit@onap.org>2021-02-08 13:00:18 +0000
commitc5059432ac150c1a4c528eef6bda4212696f2b35 (patch)
treeff0c2baed83b4f798bc39b768f7adc72f92b7848 /tox.ini
parentad1a3eca9ea049cab7d99569be53c4a6c781be02 (diff)
parentfacc2a95ae4f4b61698235fdb9e08db89f64c43e (diff)
Merge "[COMMON] Fix tox docs profiles configuration"
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 c685a3fdd2..1de0620502 100644
--- a/tox.ini
+++ b/tox.ini
@@ -17,7 +17,7 @@ commands =
[testenv:docs]
deps = -rdocs/requirements-docs.txt
commands =
- sphinx-build -W -b html -n -W -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
+ sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
[testenv:docs-linkcheck]
deps = -rdocs/requirements-docs.txt