django-fobi/build_docs.sh
Artur Barseghyan f315c9bcc6 initial
2014-10-11 05:54:24 +02:00

5 lines
No EOL
207 B
Bash
Executable file

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