8000
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 1599860 commit 296c3d3Copy full SHA for 296c3d3
.github/scripts/build.sh
@@ -14,4 +14,4 @@ cd cpython/Doc || exit 1
14
mkdir -p locales/"$LOCALE"/
15
ln -sfn "$(realpath ../../docs)" locales/"$LOCALE"/LC_MESSAGES
16
pip3 install -q -r requirements.txt
17
-make html SPHINXOPTS="-D language=$LOCALE -D gettext_compact=0 -D html_copy_source=False -W --keep-going" 2> >(error)
+make html SPHINXOPTS="-D language=$LOCALE -D gettext_compact=0 -D html_search_language='' -W --keep-going" 2> >(error)
0 commit comments