We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70defff commit 00d0f54Copy full SHA for 00d0f54
scripts/update.sh
@@ -4,9 +4,6 @@
4
[ -n "$GITHUB_ACTIONS" ] && set -x
5
set -e
6
7
-# Update Sphinx
8
-python -m pip install --upgrade sphinx
9
-
10
# Allow language being passed as 1st argument, defaults to ja
11
LANGUAGE=${1:-ja}
12
0 commit comments