Skip to content

Commit 162d93e

Browse files
benjaominghumitos
andauthored
Project: Add deprecation and removal warning to Advanced Settings (#10393)
* Add deprecation and removal warning to Advanced Settings * Apply suggestions from code review Co-authored-by: Manuel Kaufmann <[email protected]> --------- Co-authored-by: Manuel Kaufmann <[email protected]>
1 parent e2c3400 commit 162d93e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{% load i18n %}
22
<p class="empty">
3-
{% blocktrans trimmed with config_file_link="https://docs.readthedocs.io/page/config-file/v2.html" %}
4-
These settings can be configured using a
5-
<a href="{{ config_file_link }}">configuration file</a>.
6-
That's the recommended way to set up your project.
7-
<strong>Settings listed here are ignored when using a configuration file.</strong
3+
{% blocktrans trimmed with deprecation_link="https://blog.readthedocs.com/migrate-configuration-v2/" %}
4+
Usage of the below settings is <strong>deprecated</strong> and support for these fields will be removed on <strong>September 25th, 2023</strong>.
5+
<br><br>
6+
For more information, see our blog post:
7+
<a href="{{ deprecation_link }}" target="_blank">migrating your configuration to .readthedocs.yaml</a>.
88
{% endblocktrans %}
99
</p>

0 commit comments

Comments
 (0)