diff options
author | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2022-11-10 08:41:22 +0000 |
---|---|---|
committer | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2022-11-10 08:41:22 +0000 |
commit | eaebcef6d5dad376a24a39b90309ac6a9f213118 (patch) | |
tree | c49b1a9c2aad97ec846a19132c120e96c794220b /docs/tox.ini | |
parent | 35a0ff923f656edf8b4e2c07e3d2731174b1f34b (diff) |
[DOC] Fix broken links on documentation
After release of documentation on another projects there
are some changes which needs to be done on int doc.
Issue-ID: REQ-1366
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: I8b9e1cd568f94c230d144888f309d4e117c94b0e
Diffstat (limited to 'docs/tox.ini')
-rw-r--r-- | docs/tox.ini | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/tox.ini b/docs/tox.ini index 64af58bec..543b20671 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -23,6 +23,5 @@ deps = -r{toxinidir}/requirements-docs.txt -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt -commands = echo "Link Checking not enforced" -#commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./ {toxinidir}/_build/linkcheck +commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./ {toxinidir}/_build/linkcheck whitelist_externals = echo |