From 8b378a05660283ee08d5ada9ff8252ba0e2461ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9D=92=E8=BD=A9?= Date: Wed, 17 Jul 2024 17:05:38 +0800 Subject: [PATCH] update readme --- docs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/README.md b/docs/README.md index d20e0cf3..409593a3 100644 --- a/docs/README.md +++ b/docs/README.md @@ -15,4 +15,5 @@ cd sphinx_doc ./build_sphinx_doc.sh # step 4: view sphinx_doc/build/html/index.html using your browser +cd docs/sphinx_doc/build/html && python -m http.server 8899 ```