mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-04-15 18:50:59 +00:00
7 lines
267 B
Bash
Executable file
7 lines
267 B
Bash
Executable file
./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 ..
|
|
|