File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 96
96
ERROR_ONLY_ALLOW_MERGES = "Only allow merges, disallow rebase and squash"
97
97
ERROR_RTD_SUBPROJECT_MISSING = "ReadTheDocs missing as a subproject on CircuitPython"
98
98
ERROR_RTD_ADABOT_MISSING = "ReadTheDocs project missing adabot as owner"
99
- ERROR_RTD_FAILED_TO_LOAD_BUILD_STATUS = "Failed to load RTD build status (General error)"
100
- ERROR_RTD_FAILED_TO_LOAD_BUILD_STATUS_GH_NONLIMITED = "Failed to load RTD build status (GitHub error)"
101
- ERROR_RTD_FAILED_TO_LOAD_BUILD_STATUS_RTD_NONLIMITED = "Failed to load RTD build status (RTD error)"
102
- ERROR_RTD_FAILED_TO_LOAD_BUILD_STATUS_RTD_UNEXPECTED_RETURN = "Failed to load RTD build status (Unknown error)"
99
+ ERROR_RTD_FAILED_TO_LOAD_BUILD_STATUS = (
100
+ "Failed to load RTD build status (General error)"
101
+ )
102
+ ERROR_RTD_FAILED_TO_LOAD_BUILD_STATUS_GH_NONLIMITED = (
103
+ "Failed to load RTD build status (GitHub error)"
104
+ )
105
+ ERROR_RTD_FAILED_TO_LOAD_BUILD_STATUS_RTD_NONLIMITED = (
106
+ "Failed to load RTD build status (RTD error)"
107
+ )
108
+ ERROR_RTD_FAILED_TO_LOAD_BUILD_STATUS_RTD_UNEXPECTED_RETURN = (
109
+ "Failed to load RTD build status (Unknown error)"
110
+ )
103
111
ERROR_RTD_SUBPROJECT_FAILED = "Failed to list CircuitPython subprojects on ReadTheDocs"
104
112
ERROR_RTD_OUTPUT_HAS_WARNINGS = "ReadTheDocs latest build has warnings and/or errors"
105
113
ERROR_GITHUB_NO_RELEASE = "Library repository has no releases"
You can’t perform that action at this time.
0 commit comments