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

potiuk 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 4fff0555b5 Mark license block in doc as text (#28965)
4fff0555b5 is described below

commit 4fff0555b505f7a51efb2bbd108378780eb850d9
Author: Tzu-ping Chung <[email protected]>
AuthorDate: Tue Jan 17 01:07:30 2023 +0800

    Mark license block in doc as text (#28965)
    
    Sphinx was helpfully (but incorrectly) adding Python syntax highlighting
    to the block. This marks the block explicitly as pure text to avoid
    that.
---
 docs/apache-airflow/license.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/apache-airflow/license.rst b/docs/apache-airflow/license.rst
index ceec3e78b6..e5bb13e36b 100644
--- a/docs/apache-airflow/license.rst
+++ b/docs/apache-airflow/license.rst
@@ -23,7 +23,7 @@ License
 .. image:: img/apache.jpg
     :width: 150
 
-::
+.. code-block:: text
 
                                   Apache License
                             Version 2.0, January 2004

Reply via email to