use rst2html5 to render docs
[ouya-store-api.git] / build.sh
1 #!/bin/sh
2 #rst2html README.rst ouya-store-api-docs.htm
3 rst2html5\
4  --bootstrap-css\
5  --stylesheet-path=styles.css --embed-stylesheet\
6  README.rst ouya-store-api-docs.htm
7
8 # workaround for https://github.com/marianoguerra/rst2html5/issues/70
9 sed -i 's#<title></title>#<title>OUYA store API documentation</title>#'\
10  ouya-store-api-docs.htm