diff options
author | Guillaume Lambert <guillaume.lambert@orange.com> | 2021-02-10 11:48:39 +0100 |
---|---|---|
committer | Guillaume Lambert <guillaume.lambert@orange.com> | 2021-02-10 14:55:31 +0000 |
commit | 089ba21e63a969f602145948948e075998a15c36 (patch) | |
tree | 6dadc42b6290f0410a774b9d7110237ff1f0f160 | |
parent | b825e911d7515121ac40be641c5fa10801fc16ec (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
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |