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

kaxilnaik pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new ec79da0  Doc: Improve installing from sources (#18194)
ec79da0 is described below

commit ec79da0118048d5d80ec3126a5d8fe1452522534
Author: Kaxil Naik <[email protected]>
AuthorDate: Sun Sep 12 21:37:42 2021 +0100

    Doc: Improve installing from sources (#18194)
    
    Based on https://github.com/apache/airflow/pull/18187/#discussion_r706861500
---
 docs/apache-airflow/installing-from-sources.rst | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/docs/apache-airflow/installing-from-sources.rst 
b/docs/apache-airflow/installing-from-sources.rst
index 630e61c..4e64a2a 100644
--- a/docs/apache-airflow/installing-from-sources.rst
+++ b/docs/apache-airflow/installing-from-sources.rst
@@ -57,11 +57,15 @@ main distribution directory and not from the mirrors.
 
     gpg -i KEYS
 
-    or
+or
+
+.. code-block:: bash
 
     pgpk -a KEYS
 
-    or
+or
+
+.. code-block:: bash
 
     pgp -ka KEYS
 
@@ -72,11 +76,15 @@ distribution directory and follow the below guide.
 
     gpg --verify apache-airflow-********.asc apache-airflow-*********
 
-    or
+or
+
+.. code-block:: bash
 
     pgpv apache-airflow-********.asc
 
-    or
+or
+
+.. code-block:: bash
 
     pgp apache-airflow-********.asc
 

Reply via email to