Some details info
[ouya-store-api.git] / build.sh
1 #!/bin/sh
2 #rst2html README.rst ouya-store-api-docs.htm
3 # --title: workaround for https://github.com/marianoguerra/rst2html5/issues/70
4 rst2html5\
5  --bootstrap-css\
6  --stylesheet-path=styles.css --embed-stylesheet\
7  --title="OUYA store API documentation"\
8  README.rst ouya-store-api-docs.htm
9
10 # add current date to rendered docs
11 sed -i "s/##UPDATE##/`date -Is`/" ouya-store-api-docs.htm