django-fobi/scripts/rebuild_docs.sh
Artur Barseghyan 3daf342cbd more on docs
2017-05-30 21:41:39 +02:00

6 lines
236 B
Bash
Executable file

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