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 fb11ee6 commit 57d3486Copy full SHA for 57d3486
scripts/build.sh
@@ -15,7 +15,7 @@ mkdir -p logs
15
# This confval is not needed since 3.12.
16
# In 3.13, its presence messes 3.13's syntax checking (?)
17
opts="-D language=${PYDOC_LANGUAGE} --keep-going -w ../../logs/sphinxwarnings.txt"
18
-minor_version=$(git branch --show-current | sed 's|^3\.||')
+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'
21
fi
0 commit comments