You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run ci/build_doc.sh or cd docs && make clean && make html to build english under build/html
please update Chinese version accordingly.
Updating Chinese Docs
run cd docs && make gettext && sphinx-intl update -p ./build/gettext -l zh_CN This generates the intermidiate products under source/locale/zh_CN/LC_MESSAGES
find the parts you modified in the English version.
run sphinx-build -D language=zh_CN -b html ./source build/html/zh-CN to build the chinese version under build/html/zh-CN