Skip to content

Commit 3068bdd

Browse files
authored
Use same build dependencies from docsbuild-scripts
Hopefully this can fix unexpected build errors when sphinx releases new versions.
1 parent f17823e commit 3068bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ ln -sfn "$(realpath ../../docs)" locales/"$LOCALE"/LC_MESSAGES
1919
VENVDIR=./venv
2020
python3 -m venv $VENVDIR
2121
$VENVDIR/bin/python3 -m pip install -U pip setuptools
22-
$VENVDIR/bin/python3 -m pip install -U "Sphinx<3.0" blurb python-docs-theme
22+
$VENVDIR/bin/python3 -m pip install -r https://raw.githubusercontent.com/python/docsbuild-scripts/master/requirements.txt
2323
make html VENVDIR=$VENVDIR SPHINXOPTS="-D language=$LOCALE -D gettext_compact=0 -W --keep-going -j2" 2> >(error)

0 commit comments

Comments
 (0)