We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4c5a5a commit d4f1dfcCopy full SHA for d4f1dfc
src/rtd.ts
@@ -149,7 +149,8 @@ export default class RTD {
149
}
150
if (checkbox == null) {
151
throw new Error(`:sob: Failed to visit version page at ${url}. ` +
152
- "Please make sure you have enabled GitHub integration in your RTD project.");
+ "Please make sure you have enabled GitHub integration in your RTD project. " +
153
+ "Also confirm that [you selected three event types](https://docs.readthedocs.io/en/latest/webhooks.html#github) in GitHub config page.");
154
155
const checked = await (await checkbox.getProperty("checked")).jsonValue();
156
return checked;
0 commit comments