django-fobi/scripts/build_docs.sh
2017-02-25 22:09:54 +01:00

8 lines
324 B
Bash
Executable file

#./scripts/uninstall.sh
#./scripts/install.sh
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
#sphinx-build -n -a -b pdf docs builddocs
cd builddocs && zip -r ../builddocs.zip . -x ".*" && cd ..