django-fobi/scripts/build_docs.sh
2015-02-10 14:02:18 +01:00

8 lines
285 B
Bash
Executable file

./scripts/uninstall.sh
./scripts/install.sh
#cd ..
cat README.rst SCREENSHOTS.rst docs/documentation.rst.distrib > docs/index.rst
cat QUICK_START.rst > docs/quickstart.rst
sphinx-build -n -a -b html docs builddocs
cd builddocs && zip -r ../builddocs.zip . -x ".*" && cd ..
#cd scripts