We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddd661b commit 1176c71Copy full SHA for 1176c71
readthedocs/projects/tasks.py
@@ -266,8 +266,9 @@ def run(self, version_pk): # pylint: disable=arguments-differ
266
267
268
# Exceptions under ``throws`` argument are considered ERROR from a Build
269
-# perspective but as a WARNING for the application itself. These exception are
270
-# logged as ``INFO`` and they are not sent to Sentry.
+# perspective (the build failed and can continue) but as a WARNING for the
+# application itself (RTD code didn't failed). These exception are logged as
271
+# ``INFO`` and they are not sent to Sentry.
272
@app.task(
273
bind=True,
274
max_retries=5,
0 commit comments