summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorGuillaume Lambert <guillaume.lambert@orange.com>2021-02-10 11:48:39 +0100
committerGuillaume Lambert <guillaume.lambert@orange.com>2021-02-10 14:55:31 +0000
commit089ba21e63a969f602145948948e075998a15c36 (patch)
tree6dadc42b6290f0410a774b9d7110237ff1f0f160 /tox.ini
parentb825e911d7515121ac40be641c5fa10801fc16ec (diff)
[COMMON] Update words whitelist URL
cf https://gerrit.onap.org/r/c/doc/+/117667 https://gerrit.onap.org/r/c/doc/+/117668 Issue-ID: OOM-2648 Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com> Change-Id: Iea01dd783ba2467bee5aee5f2ac9db1cee6f99d7
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 7d8dfc76ff..7c7060f16d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -32,7 +32,7 @@ deps =
PyEnchant
changedir={toxinidir}/docs
commands =
- wget -nv https://git.onap.org/doc/plain/docs/validwords.txt -O spelling_wordlist.txt
+ wget -nv https://git.onap.org/doc/plain/docs/spelling_wordlist.txt -O spelling_wordlist.txt
sphinx-build -b spelling -d {envtmpdir}/doctrees . _build/spelling
[testenv:gitlint]