summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgen-doc.bash5
1 files changed, 3 insertions, 2 deletions
diff --git a/gen-doc.bash b/gen-doc.bash
index fad74d379..f2176de44 100755
--- a/gen-doc.bash
+++ b/gen-doc.bash
@@ -21,8 +21,9 @@ then
rm -r $out
fi
echo "Creating documentation in $out"
-epydoc -v --parse-only --html --no-frames \
- --name=FreeIPA2 \
+
+epydoc -v --parse-only --html --no-frames --include-log \
+ --name="FreeIPA2 developer documentation" \
--docformat=restructuredtext \
--output=$out \
$sources