X-Git-Url: https://git.cweiske.de/ouya-store-api.git/blobdiff_plain/0558ba432ab2861a607f97fba4346c8bcf121027..c6dd0441a3548eaf362405454fcf7eee9617c271:/build.sh diff --git a/build.sh b/build.sh index 68ec9eb..3c4854e 100755 --- a/build.sh +++ b/build.sh @@ -1,2 +1,10 @@ #!/bin/sh -rst2html README.rst README.html +#rst2html README.rst ouya-store-api-docs.htm +rst2html5\ + --bootstrap-css\ + --stylesheet-path=styles.css --embed-stylesheet\ + README.rst ouya-store-api-docs.htm + +# workaround for https://github.com/marianoguerra/rst2html5/issues/70 +sed -i 's##OUYA store API documentation#'\ + ouya-store-api-docs.htm