Bump sphinx from 8.2.3 to 9.0.0 in the sphinx group
Bumps the sphinx group with 1 update: sphinx.
Updates sphinx from 8.2.3 to 9.0.0
Release notes
Sourced from sphinx's releases.
Sphinx 9.0.0
Changelog: https://www.sphinx-doc.org/en/master/changes.html
Dependencies
- #13786: Support Docutils 0.22. Patch by Adam Turner.
Incompatible changes
- #13639:
SphinxComponentRegistry.create_source_parserno longer has an app parameter, instead taking config and env. Patch by Adam Turner.- #13679: Non-decodable characters in source files now raise an error. Such bytes have been replaced with '?' along with logging a warning since Sphinx 2.0. Patch by Adam Turner.
- #13751, #14089:
sphinx.ext.autodochas been substantially rewritten, and there may be some incompatible changes in edge cases, especially when extensions interact with autodoc internals. Theautodoc_use_legacy_class_basedoption has been added to use the legacy (pre-9.0) implementation of autodoc. Patches by Adam Turner.- #13355: Don't include escaped title content in the search index. Patch by Will Lachance.
Deprecated
- 13627: Deprecate remaining public
appattributes, includingbuilder.app,env.app,events.app, andSphinxTransform.app. Patch by Adam Turner.- #13637: Deprecate the
set_applicationmethod ofParserobjects. Patch by Adam Turner.- #13644: Deprecate the
Parser.configandenvattributes. Patch by Adam Turner.- #13665: Deprecate support for non-UTF 8 source encodings, scheduled for removal in Sphinx 10. Patch by Adam Turner.
- #13682: Deprecate
sphinx.io. Sphinx no longer uses thesphinx.ioclasses, having replaced them with standard Python I/O. The entiresphinx.iomodule will be removed in Sphinx 10. Patch by Adam Turner.- #13631:
sphinx.environment.adapters.toctree.global_toctree_for_docandsphinx.environment.BuildEnvironment.get_and_resolve_doctree
... (truncated)
Changelog
Sourced from sphinx's changelog.
Release 9.0.0 (released Nov 30, 2025)
Dependencies
#13786: Support
Docutils 0.22_. Patch by Adam Turner... _Docutils 0.22: https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-22-2026-07-29
Incompatible changes
- #13639: :py:meth:
!SphinxComponentRegistry.create_source_parserno longer has an app parameter, instead taking config and env. Patch by Adam Turner.- #13679: Non-decodable characters in source files now raise an error. Such bytes have been replaced with '?' along with logging a warning since Sphinx 2.0. Patch by Adam Turner.
- #13751, #14089: :mod:
sphinx.ext.autodochas been substantially rewritten, and there may be some incompatible changes in edge cases, especially when extensions interact with autodoc internals. The :confval:autodoc_use_legacy_class_basedoption has been added to use the legacy (pre-9.0) implementation of autodoc. Patches by Adam Turner.- #13355: Don't include escaped title content in the search index. Patch by Will Lachance.
Deprecated
- 13627: Deprecate remaining public :py:attr:
!.appattributes, includingbuilder.app,env.app,events.app, andSphinxTransform.app. Patch by Adam Turner.- #13637: Deprecate the :py:meth:
!set_applicationmethod of :py:class:~sphinx.parsers.Parserobjects. Patch by Adam Turner.- #13644: Deprecate the :py:attr:
!Parser.configand :py:attr:!envattributes. Patch by Adam Turner.- #13665: Deprecate support for non-UTF 8 source encodings, scheduled for removal in Sphinx 10. Patch by Adam Turner.
- #13682: Deprecate :py:mod:
!sphinx.io. Sphinx no longer uses the :py:mod:!sphinx.ioclasses, having replaced them with standard Python I/O. The entire :py:mod:!sphinx.iomodule will be removed in Sphinx 10. Patch by Adam Turner.- #13631: :func:
!sphinx.environment.adapters.toctree.global_toctree_for_doc
... (truncated)
Commits
aea90c9Bump to 9.0.0 final28c31aaFix CHANGES entry for non-decodable bytesa22dfabPermit filtering warnings generated during source code parsing (#13894)2d0a416Fix intersphinx file cache (#14130)3cd545fBump version17380a5Bump to 9.0.0 candidate 44a3bd13js domain: Remove extra brackets from function arguments and errors (#13569)4f23c99Fix .gitattributes for latin-1 encoded files766976fRun the ty type checker in CI (#14129)2ac430cFix autodoc event handler in sphinx.ext.napoleon (#14127)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 59.80%. Comparing base (c45b9eb) to head (bc9a609).
Additional details and impacted files
@@ Coverage Diff @@
## main #7673 +/- ##
=======================================
Coverage 59.80% 59.80%
=======================================
Files 352 352
Lines 31805 31805
=======================================
Hits 19022 19022
Misses 12783 12783
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
autodocsumm and furo does not currently mark 9.0.0 as supported.
https://github.com/Chilipp/autodocsumm/issues/108 https://github.com/pradyunsg/furo/discussions/912