Skip to content

Commit

Permalink
Docs: Fix build by pinning sphinx-autoapi~=3.0.0 (aiidateam#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 and mikibonacci committed Aug 22, 2024
1 parent 56ab70e commit 1048455
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 1048455

Please sign in to comment.