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 I run sphinx-build with sphinxcontrib.mermaid 0.9.2 and sphinx 8.1.0, I get this error:
sphinx-build
sphinxcontrib.mermaid 0.9.2
sphinx 8.1.0
sphinx-build /path/to/docs /path/for/build/output 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' (/path/to/my_env/lib/python3.11/site-packages/sphinx/util/__init__.py))
However, with sphinx 8.0.x, it builds fine.
sphinx 8.0.x
`sphinxcontrib.mermaid=0.9.2` and `sphinx=8.1.0`
sphinxcontrib.mermaid
Filed same issue with Mermaid: mermaid-js/mermaid#5954
The text was updated successfully, but these errors were encountered:
sphinxcontrib.mermaid should use the proper import location for sphinx.errors.ExtensionError.
sphinx.errors.ExtensionError
A
Sorry, something went wrong.
@IHMEkaleb you should report this to https://github.com/mgaitan/sphinxcontrib-mermaid
@IHMEkaleb you should report this to https://github.com/mgaitan/sphinxcontrib-mermaid A
Done here: mermaid-js/mermaid#5954
Oh, wait, AA-Turner, I see that you responded in that ticket as well and have added it to the 8.1.0 milestone here. Thanks!
I've proposed mgaitan/sphinxcontrib-mermaid#161 to resolve this
No branches or pull requests
Describe the bug
When I run
sphinx-build
withsphinxcontrib.mermaid 0.9.2
andsphinx 8.1.0
, I get this error:However, with
sphinx 8.0.x
, it builds fine.How to Reproduce
sphinxcontrib.mermaid 0.9.2
andsphinx 8.1.0
, and add the extension.sphinx-build
.Environment Information
Sphinx extensions
Additional context
Filed same issue with Mermaid: mermaid-js/mermaid#5954
The text was updated successfully, but these errors were encountered: