We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1474f97 commit 8837e99Copy full SHA for 8837e99
readthedocs/projects/notifications.py
@@ -162,12 +162,14 @@
162
# Temporary notification until October 7th.
163
Message(
164
id=MESSAGE_PROJECT_ADDONS_BY_DEFAULT,
165
- header=_("""Read the Docs Addons will be enabled by default on October 7th"""),
+ header=_(
166
+ """Read the Docs Addons were enabled by default on October 7th, 2024"""
167
+ ),
168
body=_(
169
textwrap.dedent(
170
"""
171
Read the <a href="https://about.readthedocs.com/blog/2024/07/addons-by-default/" target="_blank">full announcement in our blog</a>
- to know if your project will be affected and how to update.
172
+ to know if your project is affected and how to update.
173
174
).strip(),
175
),
0 commit comments