- Adopt Ruff
- Tighten MyPy settings
- Update GitHub actions versions
- Fix tests for Sphinx 7.4 and later.
- 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
- #6097: the keyword IDs are not escaped qthelp in .qhp file
- Fix release package does not contain locale files
- Initial release (copied from sphinx package)