We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 065e4c9 commit 4dac60fCopy full SHA for 4dac60f
.github/scripts/build.sh
@@ -13,8 +13,5 @@ error() {
13
cd cpython/Doc || exit 1
14
mkdir -p locales/"$LOCALE"/
15
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
19
make venv
20
make html SPHINXOPTS="-D language=$LOCALE -D gettext_compact=0 -W --keep-going -j2" 2> >(error)
0 commit comments