annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
138
a1c2b56cb44d Beginnings of rst doc with embedded plantuml
David Bryant <bagnose@gmail.com>
parents:
diff changeset
1 [restructuredtext parser]
a1c2b56cb44d Beginnings of rst doc with embedded plantuml
David Bryant <bagnose@gmail.com>
parents:
diff changeset
2
a1c2b56cb44d Beginnings of rst doc with embedded plantuml
David Bryant <bagnose@gmail.com>
parents:
diff changeset
3 #
a1c2b56cb44d Beginnings of rst doc with embedded plantuml
David Bryant <bagnose@gmail.com>
parents:
diff changeset
4 # PlantUML directive config
a1c2b56cb44d Beginnings of rst doc with embedded plantuml
David Bryant <bagnose@gmail.com>
parents:
diff changeset
5 #
a1c2b56cb44d Beginnings of rst doc with embedded plantuml
David Bryant <bagnose@gmail.com>
parents:
diff changeset
6
a1c2b56cb44d Beginnings of rst doc with embedded plantuml
David Bryant <bagnose@gmail.com>
parents:
diff changeset
7 # Command to run plantuml, %s will be replaced by the input file name (MANDATORY)
a1c2b56cb44d Beginnings of rst doc with embedded plantuml
David Bryant <bagnose@gmail.com>
parents:
diff changeset
8 plantuml_cmd: plantuml %s
a1c2b56cb44d Beginnings of rst doc with embedded plantuml
David Bryant <bagnose@gmail.com>
parents:
diff changeset
9
a1c2b56cb44d Beginnings of rst doc with embedded plantuml
David Bryant <bagnose@gmail.com>
parents:
diff changeset
10 # Text prepended to each plantuml source file (OPTIONAL)
a1c2b56cb44d Beginnings of rst doc with embedded plantuml
David Bryant <bagnose@gmail.com>
parents:
diff changeset
11 plantuml_hdr:
a1c2b56cb44d Beginnings of rst doc with embedded plantuml
David Bryant <bagnose@gmail.com>
parents:
diff changeset
12 skinparam backgroundColor transparent
a1c2b56cb44d Beginnings of rst doc with embedded plantuml
David Bryant <bagnose@gmail.com>
parents:
diff changeset
13 skinparam sequenceArrowColor DeepSkyBlue
a1c2b56cb44d Beginnings of rst doc with embedded plantuml
David Bryant <bagnose@gmail.com>
parents:
diff changeset
14 skinparam sequenceParticipantBorderColor DeepSkyBlue
a1c2b56cb44d Beginnings of rst doc with embedded plantuml
David Bryant <bagnose@gmail.com>
parents:
diff changeset
15 skinparam sequenceActorBorderColor DeepSkyBlue
a1c2b56cb44d Beginnings of rst doc with embedded plantuml
David Bryant <bagnose@gmail.com>
parents:
diff changeset
16 skinparam sequenceLifeLineBorderColor blue