We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57d3486 commit b2146d2Copy full SHA for b2146d2
scripts/build.sh
@@ -17,7 +17,7 @@ mkdir -p logs
17
opts="-D language=${PYDOC_LANGUAGE} --keep-going -w ../../logs/sphinxwarnings.txt"
18
minor_version=$(git -C cpython/Doc branch --show-current | sed 's|^3\.||')
19
if [ $minor_version -lt 12 ]; then
20
- opts += '-D gettext_compact=False'
+ opts+='-D gettext_compact=False'
21
fi
22
23
make -C cpython/Doc html SPHINXOPTS="${opts}"
0 commit comments