Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit065e4c9

Browse files
committed
Pin docutils version when build with Sphinx 2.3.1
Closes:#227
1 parent2fd4a27 commit065e4c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎.github/scripts/build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,8 @@ error() {
1313
cd cpython/Doc||exit 1
1414
mkdir -p locales/"$LOCALE"/
1515
ln -sfn"$(realpath ../../docs)" locales/"$LOCALE"/LC_MESSAGES
16+
17+
# Hotfix for #227
18+
sed -i's|Sphinx==2.3.1|Sphinx==2.3.1 "docutils<0.18"|g' Makefile
1619
make venv
1720
make html SPHINXOPTS="-D language=$LOCALE -D gettext_compact=0 -W --keep-going -j2"2>>(error)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp