From f9db3022512ea021bd80b8ce2fd04c375354e204 Mon Sep 17 00:00:00 2001 From: Sebastiaan Huber Date: Wed, 10 Jul 2024 11:58:52 +0200 Subject: [PATCH] Docs: Fix build by pinning `sphinx-autoapi~=3.0.0` The more recent release v3.1.0 of `sphinx-autoapi` causes the build to fail because there are warnings about the generated API files not being found. The exact cause of the bug is unknown as of yet and therefore, as a workaround we are pinning the dependency for now. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index faf795e7..bb18c6e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ docs = [ 'sphinx-click~=4.4.0', 'sphinx-design~=0.4.1', 'sphinxcontrib-details-directive~=0.1.0', - 'sphinx-autoapi~=3.0', + 'sphinx-autoapi~=3.0.0', 'myst_parser~=1.0.0', ] pre-commit = [