Files
lbuque 0f5bf8b1a3 docs: Fix build error.
Signed-off-by: lbuque <1102390310@qq.com>
2025-11-17 09:37:27 +08:00
..
2025-11-17 09:35:21 +08:00
2025-11-17 09:37:27 +08:00
2023-10-08 10:38:59 +08:00

UIFLOW2 API Documentation

Building Documentation

安装环境

pip3 install -r requirements.txt

编译

sphinx-build -b gettext ./en build/gettext
sphinx-intl update -p ./build/gettext -l zh_CN
sphinx-build -b html -D language=zh_CN ./en/ build/html/zh_CN # 简体中文
sphinx-build -b html -D language=en ./en/ build/html/en # English
# pdf
sphinx-build -b latex ./en/ ./build/latex
cd ./build/latex
make

预览

打开 build/html/zh_CN/index.html,即可在浏览器上预览。