From: Guillaume Lambert Date: Wed, 10 Feb 2021 10:21:02 +0000 (+0100) Subject: [DOC] Use words whitelist default filename X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=9eac7ccfc38c6b55d63e1ee20292af34357789d4;p=doc.git [DOC] Use words whitelist default filename Issue-ID: DOC-692 Signed-off-by: Guillaume Lambert Change-Id: I00c67d2c749023e9f342f27edff62f21af45a563 (cherry picked from commit 1abd85aa9d46fb5e67f94cb7029732f14141ffe1) --- diff --git a/docs/validwords.txt b/docs/spelling_wordlist.txt similarity index 100% rename from docs/validwords.txt rename to docs/spelling_wordlist.txt diff --git a/tox.ini b/tox.ini index 6c8827d15..4d2b6f7e9 100644 --- a/tox.ini +++ b/tox.ini @@ -36,4 +36,4 @@ deps = -r{toxinidir}/etc/requirements.txt sphinxcontrib-spelling commands = - sphinx-build -b spelling -Dextensions=sphinxcontrib.spelling -Dspelling_word_list_filename=validwords.txt -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/spellcheck + sphinx-build -b spelling -Dextensions=sphinxcontrib.spelling -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/spellcheck