sphinxcontrib-spelling 6.0.0
sphinxcontrib-spelling is a spelling checker for Sphinx. It uses PyEnchant to produce a report showing misspelled words.
What’s new in 6.0.0?
- add release notes for recent changes
- stop using reno to manage release notes
- Fix typo: commiters → committers (contributions by Jon Dufresne)
- Run pyupgrade across the codebase (contributions by Jon Dufresne)
- Add ‘Framework :: Sphinx :: Extension' trove classifier (contributions by Jon Dufresne)
- Move tests out of the install to the top-level of the project (contributions by Jon Dufresne)
- Document the project as stable and ready for production use (contributions by Jon Dufresne)
- Add missing trove classifiers for Python-3-only support (contributions by Jon Dufresne)
- Replace deprecated imp module with importlib (contributions by Jon Dufresne)
- Pass ‘filters' as a keyword argument to pyenchant get_tokenizer() (contributions by Jon Dufresne)
- Remove unused fixtures dependency (contributions by Louis Sautier)
- document config option to ignore contributor names