From f9c31b8913cf0012d01087456c70e932fee252f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 04:42:41 +0000 Subject: [PATCH] Bump the actions group with 2 updates Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) and [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) to permit the latest version. Updates `sphinx` to 8.0.2 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.0.2/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v0.1.61611...v8.0.2) Updates `sphinx-autoapi` to 3.3.1 - [Release notes](https://github.com/readthedocs/sphinx-autoapi/releases) - [Changelog](https://github.com/readthedocs/sphinx-autoapi/blob/main/CHANGELOG.rst) - [Commits](https://github.com/readthedocs/sphinx-autoapi/compare/v0.2.0...v3.3.1) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production dependency-group: actions - dependency-name: sphinx-autoapi dependency-type: direct:production dependency-group: actions ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ed6c25893c..adbbbb907b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,9 +79,9 @@ gpu = [ "cupy-cuda12x", ] docs = [ - 'sphinx<8', + 'sphinx<9', 'sphinx-autobuild>=2021.3.14', - 'sphinx-autoapi<3.1', + 'sphinx-autoapi<3.4', 'sphinx_design', 'sphinx-issues', 'sphinx-copybutton',