Skip to content

Commit b169cda

Browse files
authored
Upgrade Sphinx
1 parent ec23259 commit b169cda

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/update.sh

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
[ -n "$GITHUB_ACTIONS" ] && set -x
55
set -e
66

7+
# Update Sphinx
8+
python -m pip install --upgrade sphinx
9+
710
# Allow language being passed as 1st argument, defaults to ja
811
LANGUAGE=${1:-ja}
912

0 commit comments

Comments
 (0)