Skip to content

Commit

Permalink
split the wordlist into two files
Browse files Browse the repository at this point in the history
  • Loading branch information
dhellmann committed Feb 20, 2018
1 parent fd59f23 commit 92e71d1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
if os.getenv('ENABLE_SPELLING'):
extensions.append('sphinxcontrib.spelling')

spelling_word_list_filename = [

This comment has been minimized.

Copy link
@rpannek

rpannek Feb 21, 2018

Shouldn't the variable be called spelling_word_list_filenames instead?

This comment has been minimized.

Copy link
@dhellmann

dhellmann Feb 21, 2018

Author Member

Ideally. I guess we could add a second configuration option to emphasize that it's plural,

'spelling_wordlist.txt',
'spelling_people.txt',
]

spelling_show_suggestions = True
spelling_ignore_pypi_package_names = True

Expand Down
1 change: 1 addition & 0 deletions docs/source/spelling_people.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Minhee
1 change: 0 additions & 1 deletion docs/source/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ tokenizer
txt
wikis
wordlist
Minhee

0 comments on commit 92e71d1

Please sign in to comment.