sphinx-contrib / spelling

A spelling checker for Sphinx-based documentation
https://sphinxcontrib-spelling.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
82 stars 47 forks source link

builder: add tests for multiple wordlist filenames #179

Closed dhellmann closed 2 years ago

dhellmann commented 2 years ago

Add tests for previous work to support multiple wordlist filenames.

Clean up documentation for the configuration option.

Refactor wordlist filename handling in the builder to make it more testable.

Fixes #169