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

dianfu pushed a commit to branch release-1.15
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.15 by this push:
     new cbf6eec  [FLINK-26855][python] Fix Sphinx check failure caused by 
Jinja2 dependency (#19238)
cbf6eec is described below

commit cbf6eecb0244eb87c769646bd73c76811574a030
Author: Juntao Hu <[email protected]>
AuthorDate: Thu Mar 24 21:10:48 2022 -0700

    [FLINK-26855][python] Fix Sphinx check failure caused by Jinja2 dependency 
(#19238)
---
 flink-python/dev/lint-python.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-python/dev/lint-python.sh b/flink-python/dev/lint-python.sh
index c5dc80d..7897202 100755
--- a/flink-python/dev/lint-python.sh
+++ b/flink-python/dev/lint-python.sh
@@ -322,7 +322,7 @@ function install_sphinx() {
         fi
     fi
 
-    $CURRENT_DIR/install_command.sh -q Sphinx==2.4.4 Docutils==0.17.1 2>&1 
>/dev/null
+    $CURRENT_DIR/install_command.sh -q Sphinx==2.4.4 Docutils==0.17.1 
"Jinja2<3.1.0" 2>&1 >/dev/null
     if [ $? -ne 0 ]; then
         echo "pip install sphinx failed \
         please try to exec the script again.\

Reply via email to