potiuk commented on code in PR #48568:
URL: https://github.com/apache/airflow/pull/48568#discussion_r2041109792


##########
docs/exts/includes/sections-and-options.rst:
##########
@@ -86,7 +86,11 @@
     {{ "-" * (deprecated_option_name + " (Deprecated)")|length }}
 
     .. deprecated:: {{ since_version }}
+     {% if new_section_name != "celery" %}
      The option has been moved to :ref:`{{ new_section_name }}.{{ 
new_option_name }} <config:{{ new_section_name }}__{{ new_option_name }}>`
+     {% else %}
+     The option has been moved to Celery Provider 
:doc:`apache-airflow-providers-celery:index`
+     {% endif %}
     {% endfor %}

Review Comment:
   It's code we developed and we can modify it as we see fit :)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to