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

Skip to content

Commit e7b401f

Browse files
committed
[build] set html_search_language to zh
Signed-off-by: Shengjing Zhu <[email protected]>
1 parent e52ad90 commit e7b401f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ cd cpython/Doc
1212
mkdir -p locales/zh_CN/
1313
ln -sfn "$cur" locales/zh_CN/LC_MESSAGES
1414
make venv
15-
make html SPHINXOPTS='-D language=zh_CN -D gettext_compact=0 -j4'
15+
make html SPHINXOPTS='-D language=zh_CN -D html_search_language=zh -D gettext_compact=0 -j4'
1616
touch build/html/.nojekyll

0 commit comments

Comments
 (0)