From 301e8e5cf5e406c7db5cd625f10dd3b2735fb7c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 13:42:05 +0000 Subject: [PATCH] chore(deps): Update sphinx-autoapi requirement in /docs Updates the requirements on [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) to permit the latest version. - [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/v1.3.0...v3.8.0) --- updated-dependencies: - dependency-name: sphinx-autoapi dependency-version: 3.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index d864148..5c4bad6 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,3 @@ sphinx==8.2.3 -sphinx-autoapi>=1.3.0 +sphinx-autoapi>=3.8.0 sphinx-rtd-theme>=0.4.3