diff options
Diffstat (limited to 'mail/docs/recreate_apidocs.sh')
-rwxr-xr-x | mail/docs/recreate_apidocs.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/docs/recreate_apidocs.sh b/mail/docs/recreate_apidocs.sh new file mode 100755 index 0000000..9a79d09 --- /dev/null +++ b/mail/docs/recreate_apidocs.sh @@ -0,0 +1,4 @@ +#!/bin/sh +# Watchout! this will need much manual touches +# to the generated apidocs. Mainly: s/mail/leap.mail/g +sphinx-apidoc -M -o api ../src/leap/mail |