django-fobi/scripts/rebuild_docs.sh

8 lines
252 B
Bash
Raw Normal View History

2015-02-10 13:09:39 +00:00
./scripts/uninstall.sh
./scripts/install.sh
#cd ..
2014-10-11 03:54:24 +00:00
rm docs/*.rst
rm -rf builddocs/
sphinx-apidoc src/fobi --full -o docs -H 'django-fobi' -A 'Artur Barseghyan <artur.barseghyan@gmail.com>' -V '0.1' -f -d 20
cp docs/conf.distrib docs/conf.py
#cd scripts