django-fobi/scripts/rebuild_docs.sh
2015-02-10 14:09:39 +01:00

8 lines
No EOL
252 B
Bash
Executable file

./scripts/uninstall.sh
./scripts/install.sh
#cd ..
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