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 cd6b42b commit 5fa7aa8Copy full SHA for 5fa7aa8
readthedocs/doc_builder/exceptions.py
@@ -62,7 +62,6 @@ class BuildUserSkip(BuildUserError):
62
message = gettext_noop("This build was manually skipped using a command exit code.")
63
state = BUILD_STATE_CANCELLED
64
65
-
66
class ProjectBuildsSkippedError(BuildUserError):
67
message = gettext_noop('Builds for this project are temporarily disabled')
68
0 commit comments