Skip to content

Commit afd7d6b

Browse files
build(deps): bump the docs-dependencies group across 1 directory with 3 updates (#560)
* build(deps): bump the docs-dependencies group across 1 directory with 3 updates Bumps the docs-dependencies group with 3 updates in the /docs directory: [sphinx](https://github.com/sphinx-doc/sphinx), [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) and [furo](https://github.com/pradyunsg/furo). Updates `sphinx` from 8.2.3 to 9.1.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.1.0) Updates `sphinx-autodoc-typehints` from 3.1.0 to 3.6.0 - [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases) - [Commits](tox-dev/sphinx-autodoc-typehints@3.1.0...3.6.0) Updates `furo` from 2025.9.25 to 2025.12.19 - [Release notes](https://github.com/pradyunsg/furo/releases) - [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md) - [Commits](pradyunsg/furo@2025.09.25...2025.12.19) --- updated-dependencies: - dependency-name: sphinx dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: docs-dependencies - dependency-name: sphinx-autodoc-typehints dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docs-dependencies - dependency-name: furo dependency-version: 2025.12.19 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docs-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * bump myst-parser to 5.0.0 * use rolling versions in readthedocs build --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Hewitt <mail@davidhewitt.dev>
1 parent a3e6e19 commit afd7d6b

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
version: 2
22

33
build:
4-
os: ubuntu-22.04
4+
os: ubuntu-lts-latest
55
tools:
6-
python: "3.11"
6+
python: "3"
77

88
python:
99
install:

docs/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Sphinx==8.2.3
2-
sphinx-autodoc-typehints==3.1.0
3-
furo==2025.9.25
4-
myst-parser==4.0.1
1+
Sphinx==9.1.0
2+
sphinx-autodoc-typehints==3.6.0
3+
furo==2025.12.19
4+
myst-parser==5.0.0

0 commit comments

Comments
 (0)