Skip to content

Commit

Permalink
Match deprecation timelines with the blog post
Browse files Browse the repository at this point in the history
We updated these dates there to move faster.
  • Loading branch information
humitos committed Dec 17, 2024
1 parent 2d02f5f commit c20e209
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readthedocs/config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ def __init__(
# 12 hours brownout.
datetime.datetime(2025, 1, 6, 0, 0, 0, tzinfo=tzinfo) < now < datetime.datetime(2025, 1, 6, 12, 0, 0, tzinfo=tzinfo)
# 24 hours brownout.
or datetime.datetime(2025, 1, 20, 0, 0, 0, tzinfo=tzinfo) < now < datetime.datetime(2025, 1, 21, 0, 0, 0, tzinfo=tzinfo)
or datetime.datetime(2025, 1, 13, 0, 0, 0, tzinfo=tzinfo) < now < datetime.datetime(2025, 1, 14, 0, 0, 0, tzinfo=tzinfo)
# Permanent removal.
or datetime.datetime(2025, 2, 3, 0, 0, 0, tzinfo=tzinfo) < now
or datetime.datetime(2025, 1, 20, 0, 0, 0, tzinfo=tzinfo) < now
)
# fmt: on
else:
Expand Down

0 comments on commit c20e209

Please sign in to comment.