Skip to content

Commit

Permalink
Notification: update copy for "No HTML content found" (#11410)
Browse files Browse the repository at this point in the history
* Notification: update copy for "No HTML content found"

Closes #11409

* Update readthedocs/notifications/messages.py
  • Loading branch information
humitos authored Jul 1, 2024
1 parent 00c256e commit 9ccbc4b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions readthedocs/notifications/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://docs.readthedocs.io/page/build-customization.html#where-to-put-files">where to put your built files</a>.
"""
).strip(),
),
Expand Down

0 comments on commit 9ccbc4b

Please sign in to comment.