Skip to content

Commit

Permalink
Docs: Fix build by pinning sphinx-autoapi~=3.0.0 (#1038)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
sphuber authored Jul 10, 2024
1 parent 210c40b commit 91c3e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 91c3e1d

Please sign in to comment.