Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 065e4c9

Browse files
committed
Pin docutils version when build with Sphinx 2.3.1
Closes: #227
1 parent 2fd4a27 commit 065e4c9

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)