We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb31e63 commit 31fbdd0Copy full SHA for 31fbdd0
docs/conf.py
@@ -61,6 +61,10 @@
61
# Location of word list.
62
spelling_word_list_filename = "spelling_wordlist.txt"
63
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
+
68
# OGP metadata configuration.
69
ogp_enable_meta_description = True
70
ogp_site_url = "https://pwned-passwords-django.readthedocs.io/"
0 commit comments