This is an automated email from the ASF dual-hosted git repository.
dianfu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new dc00dad [FLINK-26855][python] Fix Sphinx check failure caused by
Jinja2 dependency (#19238)
dc00dad is described below
commit dc00dadb8ad210e2665b0e9e6e923529201f4e2a
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.\