mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-03-27 02:30:27 +00:00
7 lines
217 B
Bash
Executable file
7 lines
217 B
Bash
Executable file
#./scripts/uninstall.sh
|
|
#./scripts/install.sh
|
|
#./scripts/prepare_docs.sh
|
|
sphinx-build -n -a -b html docs builddocs
|
|
#sphinx-build -n -a -b pdf docs builddocs
|
|
cd builddocs && zip -r ../builddocs.zip . -x ".*" && cd ..
|
|
|