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 2a26dfb commit 3040c4bCopy full SHA for 3040c4b
.github/scripts/build.sh
@@ -13,5 +13,5 @@ error() {
13
cd cpython/Doc || exit 1
14
mkdir -p locales/"$LOCALE"/
15
ln -sfn "$(realpath ../../docs)" locales/"$LOCALE"/LC_MESSAGES
16
-make venv
17
-make html SPHINXOPTS="-D language=$LOCALE -D gettext_compact=0 -W --keep-going -j2" 2> >(error)
+pip3 install -q -r requirements.txt
+make html SPHINXOPTS="-D language=$LOCALE -D gettext_compact=0 -W --keep-going" 2> >(error)
.github/scripts/prepare.sh
@@ -2,7 +2,4 @@
2
3
set -ex
4
5
-pip3 install --user setuptools
6
curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
7
-sudo apt-get update
8
-sudo apt-get install -y python3-venv
0 commit comments