Remove configuration embedded note from providers (#56209)
diff --git a/devel-common/src/sphinx_exts/includes/providers-configurations-ref.rst b/devel-common/src/sphinx_exts/includes/providers-configurations-ref.rst
index 75eae3d..3e1b8e8 100644
--- a/devel-common/src/sphinx_exts/includes/providers-configurations-ref.rst
+++ b/devel-common/src/sphinx_exts/includes/providers-configurations-ref.rst
@@ -24,10 +24,4 @@
``{{ package_name }}`` provider that can be set in the ``airflow.cfg`` file or using environment variables.
.. note::
- The configuration embedded in providers started to be used as of Airflow 2.7.0. Previously the
- configuration was described and configured in the Airflow core package - so if you are using Airflow
- below 2.7.0, look at Airflow documentation for the list of available configuration options
- that were available in Airflow core.
-
- .. note::
For more information see :doc:`apache-airflow:howto/set-config`.