From 20b027df59dc17a5b35b3540852c34bf069195e5 Mon Sep 17 00:00:00 2001
From: Zhiwei Liang <121905282+zliang-akamai@users.noreply.github.com>
Date: Mon, 18 Mar 2024 06:59:57 -0400
Subject: [PATCH] Fix Read the Docs config file name in notifications (#11221)
---
readthedocs/config/notifications.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/readthedocs/config/notifications.py b/readthedocs/config/notifications.py
index c43c148edb6..ccccebd5c33 100644
--- a/readthedocs/config/notifications.py
+++ b/readthedocs/config/notifications.py
@@ -29,7 +29,7 @@
body=_(
textwrap.dedent(
"""
- The required readthedocs.yaml
configuration file was not found at repository's root.
+ The required .readthedocs.yaml
configuration file was not found at repository's root.
Learn how to use this file in our configuration file tutorial.
"""
).strip(),