Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps 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

Incompatible changes

  • #13639: SphinxComponentRegistry.create_source_parser no 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.autodoc has been substantially rewritten, and there may be some incompatible changes in edge cases, especially when extensions interact with autodoc internals. The autodoc_use_legacy_class_based option 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 app attributes, including builder.app, env.app, events.app, and SphinxTransform.app. Patch by Adam Turner.
  • #13637: Deprecate the set_application method of Parser objects. Patch by Adam Turner.
  • #13644: Deprecate the Parser.config and env attributes. 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 the sphinx.io classes, having replaced them with standard Python I/O. The entire sphinx.io module will be removed in Sphinx 10. Patch by Adam Turner.
  • #13631: sphinx.environment.adapters.toctree.global_toctree_for_doc and sphinx.environment.BuildEnvironment.get_and_resolve_doctree

... (truncated)

Changelog

Sourced from sphinx's changelog.

Release 9.0.0 (released Nov 30, 2025)

Dependencies

Incompatible changes

  • #13639: :py:meth:!SphinxComponentRegistry.create_source_parser no 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.autodoc has 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_based option 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:!.app attributes, including builder.app, env.app, events.app, and SphinxTransform.app. Patch by Adam Turner.
  • #13637: Deprecate the :py:meth:!set_application method of :py:class:~sphinx.parsers.Parser objects. Patch by Adam Turner.
  • #13644: Deprecate the :py:attr:!Parser.config and :py:attr:!env attributes. 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.io classes, having replaced them with standard Python I/O. The entire :py:mod:!sphinx.io module will be removed in Sphinx 10. Patch by Adam Turner.
  • #13631: :func:!sphinx.environment.adapters.toctree.global_toctree_for_doc

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 8.2.3 to 9.0.0.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v8.2.3...v9.0.0)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-version: 9.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 1, 2025
@github-actions github-actions bot enabled auto-merge (squash) December 1, 2025 00:02
@github-actions github-actions bot merged commit 8a1f200 into master Dec 1, 2025
13 checks passed
@codecov
Copy link

codecov bot commented Dec 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (6c77da5) to head (5ae6d9b).
⚠️ Report is 54 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master     #1159   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           19        19           
  Lines         1481      1481           
  Branches        25        25           
=========================================
  Hits          1481      1481           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@github-actions github-actions bot deleted the dependabot/pip/sphinx-9.0.0 branch December 1, 2025 00:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant