From 9545610a05473efb6774a98545cc808175a8da09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 10:10:38 +0000 Subject: [PATCH] Bump the documentation-dependencies group with 2 updates Updates the requirements on [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) and [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) to permit the latest version. Updates `sphinx-autoapi` to 3.4.0 - [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/v3.2.1...v3.4.0) Updates `sphinx-rtd-theme` to 3.0.2 - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/2.0.0...3.0.2) --- updated-dependencies: - dependency-name: sphinx-autoapi dependency-type: direct:development dependency-group: documentation-dependencies - dependency-name: sphinx-rtd-theme dependency-type: direct:development dependency-group: documentation-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 83f5ce8..5e5b62f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,6 +58,6 @@ optional = true [tool.poetry.group.docs.dependencies] sphinx = "7.4.7" -sphinx-autoapi = "3.2.1" +sphinx-autoapi = "3.4.0" sphinx-copybutton = "0.5.2" -sphinx-rtd-theme = "2.0.0" +sphinx-rtd-theme = "3.0.2"