From 14b371f1bee87106bee38657ff91b0ef92e76ffb Mon Sep 17 00:00:00 2001 From: biswaroop1547 Date: Thu, 24 Aug 2023 10:03:02 +0530 Subject: [PATCH] fix: local build jupyter-book command in index --- index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.md b/index.md index 6c3ff22..a952e98 100644 --- a/index.md +++ b/index.md @@ -51,9 +51,9 @@ We understand that the current open source ecosystem is moving at light-speed. T - Or instead, manually set up your own Python environment: ```sh - pip install -r requirements.txt # setup - jupyter-book build -b dirhtml --all . # build - python -m http.server -d _build/dirhtml # serve + pip install -r requirements.txt # setup + jupyter-book build --builder dirhtml --all . # build + python -m http.server -d _build/dirhtml # serve ``` ````{admonition} alternative: live rebuilding & serving (experimental)