view nobuild/doc/docutils.conf @ 139:e33f37b14893 default tip

Port to 'no-more-make' https://github.com/GrahamStJack/no-more-make
author David Bryant <bagnose@gmail.com>
date Sun, 30 Sep 2012 15:41:25 +0930
parents a1c2b56cb44d
children
line wrap: on
line source

[restructuredtext parser]

#
# PlantUML directive config
#

# Command to run plantuml, %s will be replaced by the input file name (MANDATORY)
plantuml_cmd: plantuml %s

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