From ce7e27a0fd974f38d06894a99d1641d2c94af87d Mon Sep 17 00:00:00 2001 From: Leni Aniva Date: Wed, 11 Dec 2024 17:20:25 -0800 Subject: [PATCH] doc: Add doc building instructions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cad254e..6c290c7 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,8 @@ poetry install Build the documentations by ```sh -jupyter-book build docs +poetry install --only doc +poetry run jupyter-book build docs ``` Then serve ```sh