Skip to content

Latest commit

 

History

History
63 lines (42 loc) · 1.4 KB

CHANGES.rst

File metadata and controls

63 lines (42 loc) · 1.4 KB

Release 2.1.0 (2024-07-28)

  • Adopt Ruff
  • Tighten MyPy settings
  • Update GitHub actions versions
  • Escape HTML entities

Release 2.0.6 (2024-07-20)

  • Fix tests for Sphinx 7.4 and later.

Release 2.0.5 (2024-01-13)

  • Remove Sphinx as a required dependency, as circular dependencies may cause failure with package managers that expect a directed acyclic graph (DAG) of dependencies.

Release 2.0.4 (2023-08-14)

  • Use os.PathLike over pathlib.Path

Release 2.0.3 (2023-08-09)

  • Fix tests for Sphinx 7.1 and below

Release 2.0.2 (2023-08-07)

  • Drop support for Python 3.8
  • Raise minimum required Sphinx version to 5.0

Release 2.0.1 (2023-01-31)

  • Drop support for Python 3.7 and lower
  • Fix deprecation warnings from Sphinx 6.1

Release 2.0.0 (2021-05-23)

  • Drop python-3.5 support
  • Remove deprecated method: HTMLHelpBuilder.open_file()
  • #6685: htmlhelp builder should generate HTML4 docs instead of HTML5

Release 1.0.2 (2019-04-12)

  • #6229: htmlhelp builder generates invalid .hhc file

Release 1.0.1 (2019-02-15)

  • Remove debug print

Release 1.0.0 (2019-02-15)

  • Initial release (copied from sphinx package)