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 9696ERROR_ONLY_ALLOW_MERGES = "Only allow merges, disallow rebase and squash"
9797ERROR_RTD_SUBPROJECT_MISSING = "ReadTheDocs missing as a subproject on CircuitPython"
9898ERROR_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+ )
103111ERROR_RTD_SUBPROJECT_FAILED = "Failed to list CircuitPython subprojects on ReadTheDocs"
104112ERROR_RTD_OUTPUT_HAS_WARNINGS = "ReadTheDocs latest build has warnings and/or errors"
105113ERROR_GITHUB_NO_RELEASE = "Library repository has no releases"
You can’t perform that action at this time.
0 commit comments