You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/08/15 03:33:12 UTC

[airflow] 37/47: Set language on code-block on docs/howto/email-config.rst (#10238)

This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 181295026ef5eca0d2987e0780005b2e6cb496d5
Author: Kamil BreguĊ‚a <mi...@users.noreply.github.com>
AuthorDate: Sat Aug 8 18:57:27 2020 +0200

    Set language on code-block on docs/howto/email-config.rst (#10238)
    
    * Set language on code-block on docs/howto/email-config.rst
    
    * fixup! Set language on code-block on docs/howto/email-config.rst
    
    (cherry picked from commit aba29bf4ec4c8e1d50ae28a5a4f8999759a496b4)
---
 docs/howto/email-config.rst | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/docs/howto/email-config.rst b/docs/howto/email-config.rst
index fe2fdc2..89e3ed8 100644
--- a/docs/howto/email-config.rst
+++ b/docs/howto/email-config.rst
@@ -22,12 +22,10 @@ You can configure the email that is being sent in your ``airflow.cfg``
 by setting a ``subject_template`` and/or a ``html_content_template``
 in the ``email`` section.
 
-.. code-block::
+.. code-block:: ini
 
   [email]
-
   email_backend = airflow.utils.email.send_email_smtp
-
   subject_template = /path/to/my_subject_template_file
   html_content_template = /path/to/my_html_content_template_file