summaryrefslogtreecommitdiffstats
path: root/docs/tox.ini
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2023-04-24 12:54:30 -0400
committerVijay Venkatesh Kumar <vv770d@att.com>2023-05-25 14:22:24 +0000
commit45520e94a2811b3485edf6b36cbfaf36ca34ec76 (patch)
tree00c39a02c2c2a73bef7f0a96bfc4853d984988cb /docs/tox.ini
parent012468bf7373e2ec857edd66412f6802c4de2a94 (diff)
DCAE london release notes
onap-gerrit-review: -changelog-or-release-file-missing onap-gerrit-review: -missing-setup-py onap-gerrit-review: -changelog-missing Change-Id: Id218ca232af0248624fa6d01ccc4a56f9d7812b6 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-3360 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> (cherry picked from commit bea4fdc8cc2bd3cfba62b77ff056de30f6b8e33f)
Diffstat (limited to 'docs/tox.ini')
-rw-r--r--docs/tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/tox.ini b/docs/tox.ini
index 2efcc2a3..0b14548c 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 -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html
+ sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html
whitelist_externals =
echo
@@ -24,7 +24,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
#Link Check not enforced
-commands = sphinx-build -q -b linkcheck -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/linkcheck
+commands = sphinx-build -W -q -b linkcheck -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/linkcheck
[testenv:docs-spellcheck]
basepython = python3.8
@@ -33,4 +33,4 @@ 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
#Spell Check not enforced
-commands = sphinx-build -q -b spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck
+commands = sphinx-build -W -q -b spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck