django-fobi/scripts/rebuild_docs.sh

7 lines
236 B
Bash
Raw Normal View History

2017-05-30 19:41:39 +00:00
#./scripts/uninstall.sh
#./scripts/install.sh
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