diff options
author | 2022-07-05 14:49:25 +0200 | |
---|---|---|
committer | 2022-07-05 14:52:21 +0200 | |
commit | d7cb6444bf1b65f6b990d6e81121d2110e62a57a (patch) | |
tree | dadc5879f78fb41ff043b90d9b2263e8afbfc91c /tox.ini | |
parent | 09d3f79ab7bbc87267e129afc4479f0479013fd0 (diff) |
Fix all incorrect anchors detected by linkcheck
It leverages the doc directive which suits this cases.
There is no longer link ignored by linkcheck.
Issue-ID: DOC-782
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: I416e378f28789504eee5b44778c8c8edc1e7723f
(cherry picked from commit 2d2241aa28917e38919966817ec1e8873b61da96)
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ deps = -r{toxinidir}/etc/requirements-docs.txt -c{toxinidir}/etc/upper-constraints.os.txt -c{toxinidir}/etc/upper-constraints.onap.txt -commands = sphinx-build -q -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck +commands = sphinx-build -W -q -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck [testenv:spellcheck] basepython = python3 |