From 5f43f5da376582aa388aebb8a2c7c82f33413151 Mon Sep 17 00:00:00 2001 From: "A. Riddell" Date: Wed, 24 Jan 2024 16:24:13 -0500 Subject: [PATCH] fix: Update sphinx-autoapi to version 3.x --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ab70379c6..7b4b641aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ flake8 = "^3.9" # documentation # NOTE: when changing these, update docs-requirements.txt sphinx = "^4.2" -sphinx-autoapi = "^2.0.1" +sphinx-autoapi = "^3.0.0" sphinx-rtd-theme = "^1.0.0" sphinxcontrib-openapi = "^0.8.1" jsonschema = ">=4.10.0,<4.18.0" # newer versions break sphinxcontrib-openapi