plantuml
plantuml copied to clipboard
Plantuml offers mindmaps through @startmindmap See https://plantuml.com/de/mindmap-diagram However spinx 3.5.1 with sphinxcontrib-plantuml 0.19 delivers ``` sh WARNING: error while running plantuml b'ERROR\n1\nSyntax Error?\nSome diagram description contains errors\n' ``` when used...
Currently in `def html_visit_plantuml(self, node):` every image is embedded in a ``. This leads to a newline for each picture. If we would have a configuration parameter to supress the...
Splitting a document with the newpage directive only renders the first page. The result is similar to how the [Plant UML](//www.plantuml.com/plantuml/png/SoWkIImgAStDuNBCoKnELT2rKt3AJrAmKiXDBIvEJ4zLCCGbOSJ5bPTQNW1aSk5IOenBmWIkLy5HeIIp92TL8Is_IA4a8pKcBoUnk4G1hx6ck2JCk1nIyrA0dW40) online server outputs a multipage image. Default plantuml CLI...
Using `plantuml_latex_output_format='pdf'` configuration, generated pdf output is hardly visible: both the title and internal group/loop sections are rendered as black frame. How to solve this problem? Is there anything wrong...
In the LaTeX output it would be nice to have the option to support Tikz. This is possible in [plantuml](https://plantuml.com/latex) and would give better typographic consistency.
Some investigation was done toward adding support for the rinoh (PDF) Sphinx builder. In support of anyone wanting to pursue this goal in the future, I'll link to the relevant...
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. ``` Encoding error: 'utf-8' codec can't decode byte 0x89 in...
HTML Image element supports image as data, see example below. `` Is this a supported option in Sphinx?
Thank you for developing this plugin! I met a problem where no diagrams are correctly created while building docs using sphinx. The log gave the warning as the following: `WARNING:...
PlantUML has a [FTP mode](https://plantuml.com/de/ftp), which prevents the JVM to be started for each single PlantUML diagram. It would be great to have support for this. Our documentation has ~...