We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0147e2b commit 345361dCopy full SHA for 345361d
.github/scripts/build.sh
@@ -13,6 +13,7 @@ error() {
13
cd cpython/Doc || exit 1
14
mkdir -p locales/"$LOCALE"/
15
ln -sfn "$(realpath ../../docs)" locales/"$LOCALE"/LC_MESSAGES
16
+pip3 install -q -r requirements.txt
17
18
cd ../../docsbuild/
19
pip3 install -q -r requirements.txt
0 commit comments