File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -66,10 +66,10 @@ to start fresh.
6666```
6767
6868This creates:
69- - Executed notebooks, generated from eligible Markdown files, under ` build /juptyer_execute/`
70- - HTML under ` build /html/`
69+ - Executed notebooks, generated from eligible Markdown files, under ` _build /juptyer_execute/`
70+ - HTML under ` _build /html/`
7171
72- Open ` build /html/index.html` in a web browser.
72+ Open ` _build /html/index.html` in a web browser.
7373
7474## Develop
7575
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ build = { cmd = [
2121 " -T" , # show tracebacks
2222 " --keep-going" , # do not stop on error
2323] }
24- clean = " rm -rf build /*"
24+ clean = " rm -rf _build /*"
2525start = " jupyter lab"
2626
2727[activation ]
You can’t perform that action at this time.
0 commit comments