Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9be07d commit 8e0a0fdCopy full SHA for 8e0a0fd
.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
+pip3 install -q -r requirements.txt --break-system-packages
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