root/branches/mk/support/generate_docs.sh

Revision 46, 290 bytes (checked in by mk, 7 years ago)

Generate documentation via buildbot.

Line 
1 #!/bin/sh
2
3 # Generate documentation for Cheesecake.
4 /usr/local/bin/epydoc \
5     --docformat restructuredtext \
6     -n Cheesecake \
7     -u http://pycheesecake.org \
8     -o $1/docs/ \
9     cheesecake/
10
11 # Give read permissions so that web server can read generated files.
12 chmod 755 $1/docs/ -R
Note: See TracBrowser for help on using the browser.