- Adopt Ruff
- Tighten MyPy settings
- Update GitHub actions versions
- Fix tests for sqlalchemy 2.
- Publish a
whoosh
extra.
- 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
- Import PickleHTMLBuilder from sphinxcontrib-serializinghtml package
- #43: doctreedir argument has been ignored on initialize app
- Stop to use sphinx.util.pycompat:htmlescape
- #41: templates/searchresults.html is missing in the source tarball
- Drop python2.7 and 3.4 support
- #6380: sphinxcontrib-websupport doesn't work with Sphinx 2.0
- #6190: sphinxcontrib-websupport doesn't work with Sphinx 2.0.0b1
- #6 Add compatibility with Sphinx 1.6. Thanks to Dmitry Shachnev.
- #13 Support testing with Sphinx-1.7.
- #9 Include license file in the generated wheel package. Thanks to Jon Dufresne.
- Make sqlalchemy and whoosh as optional dependency
- Initial release (copied from sphinx package)