Commit 9331603
Prepare for mdbook 0.5 migration
Because the pull_request checks are building docs from main, the checks
fail due to mdbook 0.5 changing and removing some fields. This change
should allow the books to work with both 0.4 and 0.5. In particular:
- `multilingual` -- This was never used, is optional, and is ignored in
0.4. This is rejected in 0.5.
- `curly-quotes` -- This was renamed to `smart-punctuation` a long while
ago. Both 0.4 and 0.5 use `smart-punctuation`, and 0.5 has removed the
old `curly-quotes`.
- `src` -- This isn't needed and is an artifact of an `mdbook init` bug.1 parent d0f431c commit 9331603
2 files changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | 4 | | |
7 | 5 | | |
8 | 6 | | |
9 | | - | |
| 7 | + | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments