django-fobi/scripts/build_docs.sh
Artur Barseghyan b0b0d414c2
Consolidate docs (#276)
* Minor fixes in docs (old-style code)
* Consolidate docs
* Clean up
2022-08-07 23:59:14 +02:00

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 ..