Files
2026-04-24 14:03:37 +08:00
..
2025-11-17 09:35:21 +08:00
2023-10-08 10:38:59 +08:00
2026-02-08 14:51:21 +08:00

UIFLOW2 API Documentation

Building Documentation

安装环境

pip3 install -r requirements.txt

编译

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

预览

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