doc: Add doc building instructions

This commit is contained in:
Leni Aniva 2024-12-11 17:20:25 -08:00
parent 04e40b6dfa
commit ce7e27a0fd
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
1 changed files with 2 additions and 1 deletions

View File

@ -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