summaryrefslogtreecommitdiffstats
path: root/docs/tox.ini
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2023-07-04 14:30:35 +0200
committerthmsdt <thomas.kulik@telekom.de>2023-07-04 14:42:54 +0200
commit0490b2fa6ad103fd9afddc621d75af4b7dd701ee (patch)
tree508893fa70883c5f553af4ce829f3061721a1c96 /docs/tox.ini
parent0f7accdc126c808dc952ee98d05ea48417c6b8b7 (diff)
fix doc config files
Issue-ID: DOC-811 Signed-off-by: thmsdt <thomas.kulik@telekom.de> Change-Id: I613c43ff8a770502486a96bc1ce13945dd59d824
Diffstat (limited to 'docs/tox.ini')
-rw-r--r--docs/tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tox.ini b/docs/tox.ini
index 9728fc4..86ea3b4 100644
--- a/docs/tox.ini
+++ b/docs/tox.ini
@@ -10,7 +10,7 @@ deps =
-chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt
-chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=master
commands =
- sphinx-build -q -b html -n -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/html
+ sphinx-build -W -q -b html -n -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/html
#
#[testenv:docs-linkcheck]