We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying to build docs with python 3.12, The build and test workflow fails with
Run make -C docs clean make: Entering directory '/home/runner/work/multidms/multidms/docs' sphinx-apidoc -E -T -M -e -f -o . ../multidms make: Leaving directory '/home/runner/work/multidms/multidms/docs' make: Entering directory '/home/runner/work/multidms/multidms/docs' sphinx-apidoc -E -T -M -e -f -o . ../multidms Running Sphinx v7.2.6 Extension error: Could not import extension sphinxcontrib.bibtex (exception: No module named 'pkg_resources') make: *** [Makefile:23: html] Error 2 make: Leaving directory '/home/runner/work/multidms/multidms/docs' Error: Process completed with exit code 2.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When trying to build docs with python 3.12, The build and test workflow fails with
The text was updated successfully, but these errors were encountered: