aiidateam / aiida-quantumespresso

The official AiiDA plugin for Quantum ESPRESSO
https://aiida-quantumespresso.readthedocs.io
Other
55 stars 82 forks source link

Docs: Fix build by pinning `sphinx-autoapi~=3.0.0` #1038

Closed sphuber closed 4 months ago

sphuber commented 4 months ago

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.