Skip to content
New issue

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

Broken with Sphinx 8.1.0 #160

Closed
jacobtomlinson opened this issue Oct 11, 2024 · 1 comment
Closed

Broken with Sphinx 8.1.0 #160

jacobtomlinson opened this issue Oct 11, 2024 · 1 comment

Comments

@jacobtomlinson
Copy link

As of the sphinx 8.1.0 release we are now seeing build failures that seem to be coming from this plugin.

Running Sphinx v8.1.0
loading translations [en]... done

Extension error:
Could not import extension sphinxcontrib.mermaid (exception: cannot import name 'ExtensionError' from 'sphinx.util' (.../miniforge3/envs/deployment-docs-dev/lib/python3.12/site-packages/sphinx/util/__init__.py))
make: *** [dirhtml] Error 2
@Paebbels
Copy link

It looks like Sphinx 8.1.x moved ExtensionError from sphinx.util to sphinx.errors, but according to #161 (comment), it was moved long time ago and sphinxcontrib-mermaid uses a long outdated API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants