aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
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 16:30:49 +0200
commit83aa78773dd0fea7064b8fa9676c44c061dc5e66 (patch)
treef4f80f75aa566429f29c715c7b6791a6bece8d2a /docs/conf.py
parentf754beeeba3f27e1eefaffca0a8c1cd05545e050 (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>
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 2be6a5ab7..7a8d1858d 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -175,3 +175,5 @@ texinfo_documents = [
'One line description of project.',
'Miscellaneous'),
]
+
+spelling_word_list_filename = 'spelling_wordlist.txt'