-
Notifications
You must be signed in to change notification settings - Fork 44
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
sphinxcontrib plantuml does not detect when a plantuml.jar falls back to png, leading to an exception #54
Comments
A quick and dirty workaround for poisoned .svg files containing .png data.
|
Hi, I'm currently facing this issue as well but I don't have the possibility to implement this quickfix. Could this be fixed in the extension? |
What caused the issue specifically in my case was the inclusion of ditaa diagrams:
Removing all ditaa diagrams from the documentation resolved the issue for me. |
I ran into this issue as well and found a workaround. Using
FYI my conf.py contains:
Because it's annoying to specify the png format every time and because ditaa prints |
This is with sphinxcontrib-plantuml 0.20.1.
Problem: plantuml.jar will silently fall back to .jar files. This can cause exceptions in sphinxcontrib-plantuml.
Example of silent fallback to png in plantuml:
The text was updated successfully, but these errors were encountered: