Skip to content

Commit cd23955

Browse files
committed
fixup! Rewrite RTD configuration to use build.jobs rather than build.commands
--no-stat on merge
1 parent 40631ea commit cd23955

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ build:
3434
break;
3535
fi;
3636
done;
37-
if ! git -c "user.name=rtd" -c "user.email=no-reply@readthedocs.org" merge --no-edit origin/$base_branch;
37+
if ! git -c "user.name=rtd" -c "user.email=no-reply@readthedocs.org" merge --no-stat --no-edit origin/$base_branch;
3838
then
3939
echo "Unsuccessful merge with '$base_branch' branch, skipping the build";
4040
exit 183;

0 commit comments

Comments
 (0)