We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mkdocs.yml
1 parent 45be351 commit 63b772eCopy full SHA for 63b772e
readthedocs/notifications/messages.py
@@ -448,7 +448,8 @@ def get_rendered_body(self):
448
textwrap.dedent(
449
"""
450
The configuration file for MkDocs was not found.
451
- Make sure you have a <code>mkdocs.yml</code> file in your repository.
+ Make sure the <code>mkdocs.configuration</code> config is correct,
452
+ and you have the <code>mkdocs.yml</code> in that location.
453
454
).strip(),
455
),
0 commit comments