Skip to content

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/doc_builder/environments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ def run_command_class(
527527
version_slug=self.version.slug if self.version else "",
528528
)
529529
elif build_cmd.exit_code == RTD_SKIP_BUILD_EXIT_CODE:
530-
raise BuildAppError(BuildAppError.SKIPPED_EXIT_CODE_183)
530+
raise BuildUserError(BuildUserError.SKIPPED_EXIT_CODE_183)
531531
else:
532532
# TODO: for now, this still outputs a generic error message
533533
# that is the same across all commands. We could improve this

0 commit comments

Comments
 (0)