Skip to content

Commit

Permalink
[FLINK-28388][docs][tests] Fix documentation build
Browse files Browse the repository at this point in the history
This closes apache#20189.
  • Loading branch information
dianfu committed Jul 8, 2022
1 parent 90c8284 commit 974fea1
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 @@ -328,7 +328,7 @@ function install_sphinx() {
fi
fi

$CURRENT_DIR/install_command.sh -q Sphinx==3.5.4 Docutils==0.16 "Jinja2<3.1.0" 2>&1 >/dev/null
$CURRENT_DIR/install_command.sh -q Sphinx==3.1.0 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.\
Expand Down

0 comments on commit 974fea1

Please sign in to comment.