https://labplus-ledong-module-documentation.readthedocs.io/zh-cn/latest/
git remote add origin
git clone
python3环境安装依赖库
pip3 install -r requirements.txt
本地编译测试
cd documentation
make.bat html
如果成功,构建的文件将位于其中documentation/_build 文件夹, HTML 页面保存在 _build/html 目录。
static 静态文件
example 示例
_build 编译文件目录