Skip to content

Build: update links to blog post #10636

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion readthedocs/projects/tasks/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ class DeprecatedBuildImageSiteNotification(SiteNotification):
'Your project(s) "{{ project_slugs }}" are using the deprecated "build.image" '
'config on their ".readthedocs.yaml" file. '
'This config is deprecated in favor of "build.os" and <strong>will be removed on October 16, 2023</strong>. ' # noqa
'<a href="https://blog.readthedocs.com/build-image-config-deprecated/">Read our blog post to migrate to "build.os"</a> ' # noqa
'<a href="https://blog.readthedocs.com/use-build-os-config/">Read our blog post to migrate to "build.os"</a> ' # noqa
"and ensure your project continues building successfully."
)
failure_level = WARNING_PERSISTENT
Expand Down
2 changes: 1 addition & 1 deletion readthedocs/templates/builds/build_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
{% if build.finished and build.deprecated_build_image_used %}
<div class="build-ideas">
<p>
{% blocktrans trimmed with config_file_link="https://blog.readthedocs.com/build-image-config-deprecated/" %}
{% blocktrans trimmed with config_file_link="https://blog.readthedocs.com/use-build-os-config/" %}
<strong>Your builds will stop working soon!</strong><br/>
"build.image" config key is deprecated and it will be removed soon.
<a href="{{ config_file_link }}">Read our blog post to know how to migrate to new key "build.os"</a>
Expand Down