Skip to content

Commit

Permalink
[FLINK-24662][python][tests] Set the version of Docutils to 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dianfu committed Oct 27, 2021
1 parent 44e75ec commit aebd310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flink-python/dev/lint-python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ function install_sphinx() {
fi
fi

$CURRENT_DIR/install_command.sh -q Sphinx==2.4.4 2>&1 >/dev/null
$CURRENT_DIR/install_command.sh -q Sphinx==2.4.4 Docutils==0.17.1 2>&1 >/dev/null
if [ $? -ne 0 ]; then
echo "pip install sphinx failed \
please try to exec the script again.\
Expand Down

0 comments on commit aebd310

Please sign in to comment.