We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12da136 commit c1d9556Copy full SHA for c1d9556
readthedocs/doc_builder/environments.py
@@ -527,7 +527,7 @@ def run_command_class(
527
version_slug=self.version.slug if self.version else "",
528
)
529
elif build_cmd.exit_code == RTD_SKIP_BUILD_EXIT_CODE:
530
- raise BuildAppError(BuildAppError.SKIPPED_EXIT_CODE_183)
+ raise BuildUserError(BuildUserError.SKIPPED_EXIT_CODE_183)
531
else:
532
# TODO: for now, this still outputs a generic error message
533
# that is the same across all commands. We could improve this
0 commit comments