diff --git a/readthedocs/projects/tasks/utils.py b/readthedocs/projects/tasks/utils.py index 6864d499d99..1175ffb70c4 100644 --- a/readthedocs/projects/tasks/utils.py +++ b/readthedocs/projects/tasks/utils.py @@ -394,7 +394,7 @@ def deprecated_build_image_notification(): ) if version: # Use a fixed date here to avoid changing the date on each run - years_ago = timezone.datetime(2020, 8, 1) + years_ago = timezone.datetime(2022, 8, 1) build = ( version.builds.filter(success=True, date__gt=years_ago) .only("_config") diff --git a/readthedocs/templates/projects/notifications/deprecated_config_file_used_email.html b/readthedocs/templates/projects/notifications/deprecated_config_file_used_email.html index 404ba87d5ee..100c6c0b9ae 100644 --- a/readthedocs/templates/projects/notifications/deprecated_config_file_used_email.html +++ b/readthedocs/templates/projects/notifications/deprecated_config_file_used_email.html @@ -13,7 +13,7 @@
  • Monday, September 25, 2023: Fully remove support for building documentation without configuration file v2.
  • -We have identified that the following projects which you maintain, and were built in the last 3 years, are impacted by this deprecation: +We have identified that the following projects which you maintain, and were built in the last year, are impacted by this deprecation: