We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2949094 commit ac84487Copy full SHA for ac84487
.github/scripts/build.sh
@@ -14,5 +14,5 @@ error() {
14
cd cpython/Doc || exit 1
15
mkdir -p locales/"$LOCALE"/
16
ln -sfn "$(realpath ../../docs)" locales/"$LOCALE"/LC_MESSAGES
17
-pip3 install -q -r requirements.txt --break-system-packages
+pip3 install -q -r requirements.txt
18
sphinx-build -b dummy -d build/doctrees -j auto -D language=$LOCALE -D gettext_compact=0 -E --keep-going -W . build/html 2> >(error)
0 commit comments