aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-10-17 20:53:04 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2019-10-19 17:23:14 +0200
commit5ec4de45b3023fd5ffb928f402ae6d2845d6b5f8 (patch)
tree258e1c04b6b3a22113a7ac8bdd2b51cfc33790a0 /tox.ini
parent66d97a2330dd318d48157a4fc0106377265a2573 (diff)
Check spelling in rst files
It fixes a few typos too and installs enchant in TravisCI and CircleCI jobs. Change-Id: Id5dbf5f926edc8b0b4e4337d11bf63e21ea7e173 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 83aa78773dd0fea7064b8fa9676c44c061dc5e66)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index dd0dc0f89..b672da605 100644
--- a/tox.ini
+++ b/tox.ini
@@ -30,6 +30,7 @@ commands =
sphinx-build -W -n -b html docs docs/build/html
sphinx-build -W -n -b linkcheck docs docs/_build/linkcheck
sphinx-build -W -n -b html -c docs/lfreleng docs docs/_build/html
+ sphinx-build -W -b spelling -Dextensions=sphinxcontrib.spelling docs docs/_build/spellcheck
[testenv:pep8]
basepython = python3.7