Administrative update + version bump
[breadcrumb.git] / releng / gendocs.sh
bloba510241f6d647c299837ecba5dbb057be81added
1 #!/bin/sh
2 cd $(dirname $(readlink -f "$0"))/../
5 #pydoctor works well even with existing dirs
6 #rm -r doc/source/.static/apidocs
7 pydoctor --add-package=code/breadcrumb/ --project-name="Breadcrumb" --make-html --html-output=doc/source/.static/apidocs
9 rm -r doc/source/.static/issues
10 ditz html doc/source/.static/issues
12 # Remove the build dir && build html + pdf
13 rm -r doc/build
14 cd doc
15 make html
16 make latex
17 cd build/latex
18 make
19 cd ../../../