Skip to content

Commit 9dd728b

Browse files
datapythonistaPingviinituutti
authored andcommitted
DOC: Removing spellcheck (pandas-dev#24287)
1 parent 7f35d9e commit 9dd728b

File tree

3 files changed

+0
-2583
lines changed

3 files changed

+0
-2583
lines changed

doc/source/conf.py

-11
Original file line numberDiff line numberDiff line change
@@ -77,19 +77,8 @@
7777
'contributors', # custom pandas extension
7878
]
7979

80-
try:
81-
import sphinxcontrib.spelling # noqa
82-
except ImportError as err:
83-
logger.warn(('sphinxcontrib.spelling failed to import with error "{}". '
84-
'`spellcheck` command is not available.'.format(err)))
85-
else:
86-
extensions.append('sphinxcontrib.spelling')
87-
8880
exclude_patterns = ['**.ipynb_checkpoints']
8981

90-
spelling_word_list_filename = ['spelling_wordlist.txt', 'names_wordlist.txt']
91-
spelling_ignore_pypi_package_names = True
92-
9382
with open("index.rst") as f:
9483
index_rst_lines = f.readlines()
9584

0 commit comments

Comments
 (0)