django-fobi/scripts/build_docs.sh

9 lines
324 B
Bash
Raw Normal View History

2016-11-29 22:41:26 +00:00
#./scripts/uninstall.sh
#./scripts/install.sh
2017-02-25 21:09:54 +00:00
cat README.rst docs/screenshots.rst.distrib docs/documentation.rst.distrib > docs/index.rst
cat QUICK_START.rst > docs/quickstart.rst
sphinx-build -n -a -b html docs builddocs
2016-11-29 22:41:26 +00:00
#sphinx-build -n -a -b pdf docs builddocs
cd builddocs && zip -r ../builddocs.zip . -x ".*" && cd ..
2016-11-14 20:39:10 +00:00