From 97229e0c843381edda0e37c7bc04841db5ef17b2 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 11 Dec 2016 15:19:54 -0500 Subject: include the README in the API docs --- jarmonbuild/commands.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'jarmonbuild/commands.py') 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): -- cgit v1.2.3-2-g168b