This is an automated email from the ASF dual-hosted git repository. pierrejeambrun pushed a commit to branch v2-5-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit e64ac0464de701265fbf1dddfe751b7a78a69295 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. (cherry picked from commit 4fff0555b505f7a51efb2bbd108378780eb850d9) --- 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
