feat: support docs auto live-reload with sphinx-autobuild (#4111)

Signed-off-by: samzong <samzong.lu@gmail.com>
Co-authored-by: zhaochenyang20 <zhaochen20@outlook.com>
This commit is contained in:
samzong
2025-03-05 22:39:34 -08:00
committed by GitHub
co-authored by zhaochenyang20
parent aee30630d8
commit b9b3b098b9
4 changed files with 26 additions and 5 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
# Clean and serve documentation with auto-build
make clean
make html
python3 -m http.server --d _build/html 8003
make serve