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 fcbaeab commit 58b1c30Copy full SHA for 58b1c30
docs/scripts/build-api-docs.sh
@@ -34,11 +34,6 @@ if [ "$VERCEL" = "1" ]; then
34
uv_activate_venv
35
fi
36
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
-
42
echo "Running sphinx-mdx and copying files to \`docs/api/python-api\`"
43
tox -e sphinx-mdx
44
cp -rf sphinx/_build/mdx/sections/api/apidocs/* docs/api/python-api/
0 commit comments