Skip to content

Commit 31fbdd0

Browse files
committed
Don't scan git history in docs spellcheck.
1 parent fb31e63 commit 31fbdd0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@
6161
# Location of word list.
6262
spelling_word_list_filename = "spelling_wordlist.txt"
6363

64+
# The documentation does not include contributor names, so we skip this because it's
65+
# flaky about needing to scan commit history.
66+
spelling_ignore_contributor_names = False
67+
6468
# OGP metadata configuration.
6569
ogp_enable_meta_description = True
6670
ogp_site_url = "https://pwned-passwords-django.readthedocs.io/"

0 commit comments

Comments
 (0)