Skip to content

Commit

Permalink
🧪 Disable PyPI lookup in the spell checker
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Sep 25, 2024
1 parent ad71c67 commit 842fb8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@

spelling_ignore_acronyms = True
spelling_ignore_importable_modules = True
spelling_ignore_pypi_package_names = True
# PyPI lookup because of https://github.com/sphinx-contrib/spelling/issues/227
spelling_ignore_pypi_package_names = False
spelling_ignore_python_builtins = True
spelling_ignore_wiki_words = True
spelling_show_suggestions = True
Expand Down

0 comments on commit 842fb8d

Please sign in to comment.