diff --git a/readthedocs/notifications/messages.py b/readthedocs/notifications/messages.py index 154b784e7c6..e51f659a887 100644 --- a/readthedocs/notifications/messages.py +++ b/readthedocs/notifications/messages.py @@ -232,8 +232,9 @@ def get_rendered_body(self): header=_("No HTML content found"), body=_( textwrap.dedent( - f""" - No "{BUILD_COMMANDS_OUTPUT_PATH_HTML}" folder was created during this build. + """ + No content was output to the path "$READTHEDOCS_OUTPUT/html". + Read more about where to put your built files. """ ).strip(), ),