Skip to content

Sphinx 8.1.2

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Oct 18:44
· 179 commits to master since this release

Changelog: https://www.sphinx-doc.org/en/master/changes/8.1.html

Bugs fixed

  • #13012: Expose sphinx.errors.ExtensionError in sphinx.util for backwards compatibility. This will be removed in Sphinx 9, as exposing the exception in sphinx.util was never intentional. ExtensionError has been part of sphinx.errors since Sphinx 0.9. Patch by Adam Turner.