build(deps): bump the docs-dependencies group across 1 directory with 2 updates
Bumps the docs-dependencies group with 2 updates in the /docs directory: sphinx and sphinx-autodoc-typehints.
Updates sphinx from 8.2.3 to 9.0.1
Release notes
Sourced from sphinx's releases.
Sphinx 9.0.1
Changelog: https://www.sphinx-doc.org/en/master/changes.html
Bugs fixed
- #13942: autodoc: Restore the mapping interface for options objects. Patch by Adam Turner.
- #13942: autodoc: Deprecate the mapping interface for options objects. Patch by Adam Turner.
- #13387: Update translations.
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.
... (truncated)
Changelog
Sourced from sphinx's changelog.
Release 9.0.1 (released Dec 01, 2025)
Bugs fixed
- #13942: autodoc: Restore the mapping interface for options objects. Patch by Adam Turner.
- #13942: autodoc: Deprecate the mapping interface for options objects. Patch by Adam Turner.
- #13387: Update translations.
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.
... (truncated)
Commits
a837378Bump to 9.0.1 final48840e6Note updated message catalogues in CHANGES5931339[bot]: Update message catalogues (#13387)baffcf0autodoc: Deprecate mapping interface for options (#14140)61f9b70Bump mypy to 1.19.0 (#14135)ded587eShrink mypy whitelist fortests.test_directives.test_directive_patch(#14...a03556fShrink mypy whitelist fortests.test_builders.test_build_latex(#14138)0204145linkcheck: Reduce test duration on Windows (#14133)4e902a4Bump Ruff to 0.14.7 (#14134)9a11033Bump version- Additional commits viewable in compare view
Updates sphinx-autodoc-typehints from 3.1.0 to 3.5.2
Release notes
Sourced from sphinx-autodoc-typehints's releases.
3.5.2
What's Changed
- Preserve type information from docstrings if no type annotation is present and parameter has default value. by
@christianaguilera-foundryin tox-dev/sphinx-autodoc-typehints#576New Contributors
@christianaguilera-foundrymade their first contribution in tox-dev/sphinx-autodoc-typehints#576Full Changelog: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/3.5.1...3.5.2
3.5.1
What's Changed
- Declare 3.14 support by
@gaborbernatin tox-dev/sphinx-autodoc-typehints#571Full Changelog: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/3.5.0...3.5.1
3.5.0
What's Changed
- Support Union type on its own by
@gaborbernatin tox-dev/sphinx-autodoc-typehints#570Full Changelog: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/3.4.0...3.5.0
3.4.0
What's Changed
- Python 3.14 support by
@gaborbernatin tox-dev/sphinx-autodoc-typehints#569Full Changelog: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/3.3.0...3.4.0
3.3.0
What's Changed
- Warning types and subtypes by
@fajpunkin tox-dev/sphinx-autodoc-typehints#562New Contributors
@fajpunkmade their first contribution in tox-dev/sphinx-autodoc-typehints#562Full Changelog: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/3.2.0...3.3.0
... (truncated)
Commits
bfbc005Preserve type information from docstrings if no type annotation is present an...62274c9[pre-commit.ci] pre-commit autoupdate (#573)41100f9Declare 3.14 support (#571)92e9751Support Union type on its own (#570)ddac8c8Python 3.14 support (#569)239cc7bWarning types and subtypes (#562)22ccfb9Bump astral-sh/setup-uv from 6 to 7 (#568)5278aac[pre-commit.ci] pre-commit autoupdate (#567)a493b11[pre-commit.ci] pre-commit autoupdate (#566)a643e35Bump pypa/gh-action-pypi-publish in /.github/workflows (#565)- Additional commits viewable in compare view
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 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