diff options
author | Dan Timoney <dtimoney@att.com> | 2023-03-30 20:32:17 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-03-31 08:28:39 -0400 |
commit | a9cc0c3bfbc42892f3df007a27b9730b6d5a17a1 (patch) | |
tree | ccd0c861f0f0fed3439ceab3ad963176a4a63f5e /docs | |
parent | 62abcd8a852595e8d2e32154708f962a8fa8d4a2 (diff) |
Update to ODL Chlorine parent pom versions
Update to ODL Chlorine version of parent poms
Issue-ID: CCSDK-3812
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I041020a95751c83e003b1901c4bea3fe15c1dad9
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tox.ini b/docs/tox.ini index ddafc780..0b0d4e61 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 commands = - sphinx-build -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html + sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html echo "Generated docs available in {toxinidir}/_build/html" whitelist_externals = echo |