Add READNE document

This commit is contained in:
obyalian
2025-09-12 14:51:14 +08:00
parent da31221aba
commit 4599e322f8
Executable
+19
View File
@@ -0,0 +1,19 @@
# Docs应用文档
## 编译环境
```bash
cd docs
pip install -r requirements.txt
```
## 编译
```bash
make clean
make html
```
## 编译结果
用浏览器打开 `_build/html/index.html`查看编译结果