Soby Mathew
5 years ago
committed by
TrustedFirmware Code Review
6 changed files with 10 additions and 20 deletions
@ -1,2 +1,3 @@ |
|||
sphinx>=2.0.0 |
|||
sphinx-rtd-theme>=0.4.3 |
|||
sphinxcontrib-plantuml>=0.15 |
|||
|
@ -1,13 +0,0 @@ |
|||
#!/bin/bash |
|||
|
|||
# Convert all PlantUML files in this directory to SVG files. The plantuml_jar |
|||
# environment variable must be set to the path to PlantUML JAR file. |
|||
|
|||
if [ -z "$plantuml_jar" ]; then |
|||
echo "Usage: plantuml_jar=/path/to/plantuml.jar $0 *.puml" >&2 |
|||
exit 1 |
|||
fi |
|||
|
|||
java -jar "$plantuml_jar" -nometadata -tsvg "$@" |
|||
|
|||
# vim:set noet sts=8 tw=80: |
Before Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 17 KiB |
Loading…
Reference in new issue