Skip to content

Commit

Permalink
fix(doc-spelling): config spelling_word_list_filename (#5547)
Browse files Browse the repository at this point in the history
Without this explicit config option, an untracked and unused
`doc/rtd/spelling_wordlist.txt` file is created while running
`tox -e doc-spelling`.
  • Loading branch information
aciba90 authored and blackboxsw committed Jul 25, 2024
1 parent 883d8e2 commit 2ffd652
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/rtd/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
templates_path = ["templates"]
# Uses case-independent spelling matches from doc/rtd/spelling_word_list.txt
spelling_filters = ["spelling.WordListFilter"]
spelling_word_list_filename = "spelling_word_list.txt"

# The suffix of source filenames.
source_suffix = ".rst"
Expand Down

0 comments on commit 2ffd652

Please sign in to comment.