- Adopt Ruff
- Tighten MyPy settings
- Update GitHub actions versions
- Avoid storing build time in gzip headers
- Remove Sphinx as a required dependency, as circular dependencies may cause failure with package managers that expect a directed acyclic graph (DAG) of dependencies.
- Use
os.PathLike
overpathlib.Path
- Fix tests for Sphinx 7.1 and below
- Drop support for Python 3.5, 3.6, 3.7, and 3.8
- Raise minimum required Sphinx version to 5.0
- Fix package metadata has broken
- Fix release package does not contain locale files
- Initial release (copied from sphinx package)