Some details info
[ouya-store-api.git] / build.sh
index 68ec9eb14e91e129f60d534af787d75bf37fa2c3..5e526f029581e6adf82b5a1637010140a2962e21 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -1,2 +1,11 @@
 #!/bin/sh
-rst2html README.rst README.html
+#rst2html README.rst ouya-store-api-docs.htm
+# --title: workaround for https://github.com/marianoguerra/rst2html5/issues/70
+rst2html5\
+ --bootstrap-css\
+ --stylesheet-path=styles.css --embed-stylesheet\
+ --title="OUYA store API documentation"\
+ README.rst ouya-store-api-docs.htm
+
+# add current date to rendered docs
+sed -i "s/##UPDATE##/`date -Is`/" ouya-store-api-docs.htm