django-fobi/scripts/build_docs.sh

8 lines
267 B
Bash
Raw Normal View History

./scripts/uninstall.sh
./scripts/install.sh
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 ..
2016-11-14 20:39:10 +00:00