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 25590d9 commit b590469Copy full SHA for b590469
check_tutorials.py
@@ -56,4 +56,6 @@ def pattern_found(pattern, html):
56
print(f'"{pattern}" found in "{url}"')
57
58
if found:
59
+ msg = "One or more warnings/errors were found.\n"
60
+ msg += "Please consider rebuilding the docs on readthedocs.org.\n"
61
raise ValueError("One or more warnings/errors were found")
0 commit comments