- Adopt Ruff
- Tighten MyPy settings
- Update GitHub actions versions
- 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.8
- Raise minimum required Sphinx version to 5.0
- Fix package name
- Drop Python 3.7 and lower
- Fix deprecation warnings from Sphinx 6.1
- Fix package metadata has broken
- Fix release package does not contain templates and locale files
- Initial release (copied from sphinx package)