diff options
author | Guillaume Lambert <guillaume.lambert@orange.com> | 2021-02-10 11:21:02 +0100 |
---|---|---|
committer | Guillaume Lambert <guillaume.lambert@orange.com> | 2021-02-10 11:21:48 +0100 |
commit | 1abd85aa9d46fb5e67f94cb7029732f14141ffe1 (patch) | |
tree | 4049511d4e781588ff94650a11d4ded308905274 | |
parent | 3814ed7446c1dcee79e6893da41ec3bf5c2670bc (diff) |
[DOC] Use words whitelist default filename
Issue-ID: DOC-692
Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: I00c67d2c749023e9f342f27edff62f21af45a563
-rw-r--r-- | docs/spelling_wordlist.txt (renamed from docs/validwords.txt) | 0 | ||||
-rw-r--r-- | tox.ini | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/validwords.txt b/docs/spelling_wordlist.txt index c860d4aa0..c860d4aa0 100644 --- a/docs/validwords.txt +++ b/docs/spelling_wordlist.txt @@ -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 |