aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--readme.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/readme.rst b/readme.rst
index 6e9776d..165fcd7 100644
--- a/readme.rst
+++ b/readme.rst
@@ -76,8 +76,10 @@ How to build docs
::
git clone https://github.com/HydroRoll-Team/psi.git
- cd psi/psi/docs
- sphinx-build -b html . _build/html
+ cd docs
+ pip install -r requirements.txt
+ # mkdocs build
+ mkdocs serve
License