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

Skip to content

Commit 4dac60f

Browse files
committed
Revert "Pin docutils version when build with Sphinx 2.3.1"
This reverts commit 065e4c9. Closes: #258
1 parent 065e4c9 commit 4dac60f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/scripts/build.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,5 @@ 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
1916
make venv
2017
make html SPHINXOPTS="-D language=$LOCALE -D gettext_compact=0 -W --keep-going -j2" 2> >(error)

0 commit comments

Comments
 (0)