From 3e264b3a01f7eec0877cae33f95df50db7b9094b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 02:35:49 +0000 Subject: [PATCH] Bump sphinx-autoapi from 3.0.0 to 3.3.0 Bumps [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) from 3.0.0 to 3.3.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.0.0...v3.3.0) --- updated-dependencies: - dependency-name: sphinx-autoapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 356f94c31..e5288e593 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -4,7 +4,7 @@ readthedocs-sphinx-search==0.3.2 sphinx==7.3.7 sphinx-design==0.5.0 sphinx-argparse==0.4.0 -sphinx-autoapi==3.0.0 +sphinx-autoapi==3.3.0 sphinx-rtd-theme==2.0.0 sphinxcontrib-programoutput==0.17 sphinxext-remoteliteralinclude==0.4.0 diff --git a/pyproject.toml b/pyproject.toml index 506acb90a..10df94448 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ docs = [ "sphinx==7.3.7", "sphinx-design==0.5.0", "sphinx-argparse==0.4.0", - "sphinx-autoapi==3.0.0", + "sphinx-autoapi==3.3.0", "sphinx-rtd-theme==2.0.0", "sphinxcontrib-programoutput==0.17", "sphinxext-remoteliteralinclude==0.4.0",