django-fobi/scripts/build_docs.sh

8 lines
217 B
Bash
Raw Normal View History

2016-11-29 22:41:26 +00:00
#./scripts/uninstall.sh
#./scripts/install.sh
#./scripts/prepare_docs.sh
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