Files
luoweiyuan 4eb9d5037d docs: Fix code_scanner example link.
Signed-off-by: luoweiyuan <luoweiyuan@m5stack.com>
2026-05-15 17:02:57 +08:00
..
2025-11-17 09:35:21 +08:00
2023-10-08 10:38:59 +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,即可在浏览器上预览。