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 b2146d2 commit 4bf908dCopy full SHA for 4bf908d
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="$opts -D gettext_compact=False"
21
fi
22
23
make -C cpython/Doc html SPHINXOPTS="${opts}"
0 commit comments