summaryrefslogtreecommitdiff
path: root/jarmonbuild/commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'jarmonbuild/commands.py')
-rw-r--r--jarmonbuild/commands.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/jarmonbuild/commands.py b/jarmonbuild/commands.py
index 5623bbb..edb29ae 100644
--- a/jarmonbuild/commands.py
+++ b/jarmonbuild/commands.py
@@ -80,9 +80,10 @@ class BuildApidocsCommand(BuildCommand):
check_call((
'jsdoc',
'-c', os.path.join(workingbranch_dir, 'jarmonbuild', 'jsdoc.json'),
+ '-r', os.path.join(workingbranch_dir, 'README'),
'-d', apidocs_dir,
os.path.join(workingbranch_dir, 'jarmon'),
- ), stdout=PIPE, stderr=PIPE,)
+ ),)
class BuildReleaseCommand(BuildCommand):