Skip to content

Commit 58b1c30

Browse files
committed
remove lc_all for darwin
1 parent fcbaeab commit 58b1c30

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Diff for: docs/scripts/build-api-docs.sh

-5
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@ if [ "$VERCEL" = "1" ]; then
3434
uv_activate_venv
3535
fi
3636

37-
# Required to resolve `locale.Error: unsupported locale setting`
38-
if [[ -z "$LC_ALL" && "$(uname)" == "Darwin" ]]; then
39-
export LC_ALL=en_US.UTF-8
40-
fi
41-
4237
echo "Running sphinx-mdx and copying files to \`docs/api/python-api\`"
4338
tox -e sphinx-mdx
4439
cp -rf sphinx/_build/mdx/sections/api/apidocs/* docs/api/python-api/

0 commit comments

Comments
 (0)