Thanks to visit codestin.com Credit goes to github.com
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 f17823e commit 3068bddCopy full SHA for 3068bdd
.github/scripts/build.sh
@@ -19,5 +19,5 @@ ln -sfn "$(realpath ../../docs)" locales/"$LOCALE"/LC_MESSAGES
19
VENVDIR=./venv
20
python3 -m venv $VENVDIR
21
$VENVDIR/bin/python3 -m pip install -U pip setuptools
22
-$VENVDIR/bin/python3 -m pip install -U "Sphinx<3.0" blurb python-docs-theme
+$VENVDIR/bin/python3 -m pip install -r https://raw.githubusercontent.com/python/docsbuild-scripts/master/requirements.txt
23
make html VENVDIR=$VENVDIR SPHINXOPTS="-D language=$LOCALE -D gettext_compact=0 -W --keep-going -j2" 2> >(error)
0 commit comments