Skip to content

Commit c78668b

Browse files
committed
Add wordlists and ignore pypi package names
1 parent 96ae258 commit c78668b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/source/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@
8484
'`spellcheck` command is not available.'.format(err)))
8585
else:
8686
extensions.append('sphinxcontrib.spelling')
87+
spelling_ignore_pypi_package_names = True
88+
spelling_word_list_filename = [
89+
'spelling_wordlist.txt',
90+
'names_wordlist.txt']
8791

8892
exclude_patterns = ['**.ipynb_checkpoints']
8993

0 commit comments

Comments
 (0)