Skip to content

Commit 32cf25c

Browse files
authored
Merge pull request #20 from danielballan/update-build-location
Update build location
2 parents eede6d3 + 66f080e commit 32cf25c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

contributing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ to start fresh.
6666
```
6767

6868
This 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

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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/*"
2525
start = "jupyter lab"
2626

2727
[activation]

0 commit comments

Comments
 (0)