From 1abd85aa9d46fb5e67f94cb7029732f14141ffe1 Mon Sep 17 00:00:00 2001 From: Guillaume Lambert Date: Wed, 10 Feb 2021 11:21:02 +0100 Subject: [PATCH] [DOC] Use words whitelist default filename Issue-ID: DOC-692 Signed-off-by: Guillaume Lambert Change-Id: I00c67d2c749023e9f342f27edff62f21af45a563 --- docs/{validwords.txt => spelling_wordlist.txt} | 0 tox.ini | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/{validwords.txt => spelling_wordlist.txt} (100%) 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 -- 2.16.6