You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.. uml::
clock "Clock_0" as C0 with period 50
clock "Clock_1" as C1 with period 50 pulse 15 offset 10
binary "Binary" as B
concise "Concise" as C
robust "Robust" as R
analog "Analog" as A
@0
C is Idle
R is Idle
A is 0
@100
B is high
C is Waiting
R is Processing
A is 3
@300
R is Waiting
A is 1
sphinx/plantuml is failing to create the diagram. The resulting message is
I have just removed the out of date Ubuntu provided package for plantuml, and installed the default-jre packeage. Then manually downloaded the latest pre-compiled plantuml jar file and pointed Sphinx at that file.
The example now builds correctly - recommend this issue be closed with a note to update to the latest PlantUML ;-)
Given the following example (based on https://plantuml.com/en/timing-diagram):
sphinx/plantuml is failing to create the diagram. The resulting message is
Simpler diagrams work, e.g.
.. uml::
is a working example. Where does this fall apart? Hopefully something that can be fixed.
The text was updated successfully, but these errors were encountered: