summaryrefslogtreecommitdiff
path: root/sandbox/uml-plantUml/usage/docutils.conf
blob: 0eeb1a98e8ec088f42d261f6b15727eba7c536b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[restructuredtext parser]
# PlantUML directive config ###############################

# Command to run plantuml, %s will be replaced by the input file name (MANDATORY)
plantuml_cmd: java -jar "c:/opt/diagrama_plantuml.jar" %s

# Text prepended to each plantuml source file (OPTIONAL)
plantuml_hdr: skinparam backgroundColor #EEEBDC
  skinparam sequenceArrowColor DeepSkyBlue
  skinparam sequenceParticipantBorderColor DeepSkyBlue
  skinparam sequenceActorBorderColor DeepSkyBlue
  skinparam sequenceLifeLineBorderColor blue