Skip to content

Commit 63b772e

Browse files
committed
Improve missing/not found mkdocs.yml file
Closes #7707
1 parent 45be351 commit 63b772e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readthedocs/notifications/messages.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,8 @@ def get_rendered_body(self):
448448
textwrap.dedent(
449449
"""
450450
The configuration file for MkDocs was not found.
451-
Make sure you have a <code>mkdocs.yml</code> file in your repository.
451+
Make sure the <code>mkdocs.configuration</code> config is correct,
452+
and you have the <code>mkdocs.yml</code> in that location.
452453
"""
453454
).strip(),
454455
),

0 commit comments

Comments
 (0)