You've already forked uiflow-micropython
mirror of
https://github.com/m5stack/uiflow-micropython.git
synced 2026-05-20 10:39:27 -07:00
d2bb628a03
Signed-off-by: tinyu <tinyu.zhao@gmail.com>
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,即可在浏览器上预览。