diff options
author | 2021-02-10 11:21:02 +0100 | |
---|---|---|
committer | 2021-03-02 08:22:18 +0000 | |
commit | 9eac7ccfc38c6b55d63e1ee20292af34357789d4 (patch) | |
tree | 8980d747511c0d0e6f4d62c62df2355329a5629e | |
parent | 06807b2c91ff7897eb0afb80fc91b2f44e2fd384 (diff) |
[DOC] Use words whitelist default filename
Issue-ID: DOC-692
Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: I00c67d2c749023e9f342f27edff62f21af45a563
(cherry picked from commit 1abd85aa9d46fb5e67f94cb7029732f14141ffe1)
-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 |