Commit 2423f23
committed
docs(build): migrate from Makefile to justfile
why: All other projects in the ecosystem use justfiles for docs builds.
The Makefile was the last holdout, creating inconsistency across repos.
what:
- Replace docs/Makefile with docs/justfile (same recipes, just syntax)
- Uses dirhtml builder for clean URLs (matches ecosystem standard)
- Update CI workflow to use `just html` instead of `make html`
- Update root Makefile doc targets to delegate to justfile
- Port 8034 preserved from original Makefile1 parent f82e7e9 commit 2423f23
4 files changed
Lines changed: 210 additions & 193 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
This file was deleted.
0 commit comments