From e30cc92b95e43b8193f6190826bf5bcf22767304 Mon Sep 17 00:00:00 2001 From: Gu Shiwei Date: Mon, 21 Jul 2025 11:24:37 +0800 Subject: [PATCH 1/2] Update gendoc.sh --- ci_scripts/gendoc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci_scripts/gendoc.sh b/ci_scripts/gendoc.sh index 480ee4ffdab..5891d5db70f 100755 --- a/ci_scripts/gendoc.sh +++ b/ci_scripts/gendoc.sh @@ -17,7 +17,7 @@ export DOCROOT # PADDLE_WHL is defined in ci_start.sh pip3 list --disable-pip-version-check | grep paddlepaddle > /dev/null if [ $? -ne 0 ] ; then - pip3 install --no-cache-dir -q -i https://pypi.tuna.tsinghua.edu.cn/simple ${PADDLE_WHL} + pip3 install --no-cache-dir -qq -i https://pypi.tuna.tsinghua.edu.cn/simple ${PADDLE_WHL} fi From f6c3a92e67afc013f90ca46d2bb53170bb468f1e Mon Sep 17 00:00:00 2001 From: Gu Shiwei Date: Mon, 21 Jul 2025 11:28:02 +0800 Subject: [PATCH 2/2] Update gendoc.sh --- ci_scripts/gendoc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci_scripts/gendoc.sh b/ci_scripts/gendoc.sh index 5891d5db70f..f7377d0d3bc 100755 --- a/ci_scripts/gendoc.sh +++ b/ci_scripts/gendoc.sh @@ -17,7 +17,7 @@ export DOCROOT # PADDLE_WHL is defined in ci_start.sh pip3 list --disable-pip-version-check | grep paddlepaddle > /dev/null if [ $? -ne 0 ] ; then - pip3 install --no-cache-dir -qq -i https://pypi.tuna.tsinghua.edu.cn/simple ${PADDLE_WHL} + pip3 install --no-cache-dir -q --progress-bar off -i https://pypi.tuna.tsinghua.edu.cn/simple ${PADDLE_WHL} fi