Maintenance Release with Updated Hatch Configuration
This is a maintenance release focused on packaging, testing, and development workflow improvements. There are no functional changes to the Sphinx ANSI extension itself compared with v1.1.2.
What's changed
- Added
docutilsto the test and build environments to make CI and package builds more reliable. - Updated the Hatch configuration to support
hatch testanduv run pytest(#1 by henryiii). - Refreshed development dependency versions in
requirements-dev.txt. - Clarified development requirements in the README.
- Added
uv.lockto.gitignore.