Skip to content

Commit b769d7d

Browse files
committed
Update to mdbook 0.5
1 parent 538980f commit b769d7d

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1555,7 +1555,7 @@ jobs:
15551555
uses: taiki-e/install-action@v2
15561556
env:
15571557
# renovate: datasource=crate depName=mdbook
1558-
MDBOOK_VERSION: "0.4.43"
1558+
MDBOOK_VERSION: "0.5.1"
15591559
with:
15601560
tool: mdbook@${{ env.MDBOOK_VERSION }}
15611561
- name: Build user-guide (stable)

ci/actions-templates/test-docs-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs: # skip-all
1515
uses: taiki-e/install-action@v2
1616
env:
1717
# renovate: datasource=crate depName=mdbook
18-
MDBOOK_VERSION: "0.4.43"
18+
MDBOOK_VERSION: "0.5.1"
1919
with:
2020
tool: mdbook@${{ env.MDBOOK_VERSION }}
2121
- name: Build user-guide (stable)

doc/dev-guide/book.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
[book]
22
authors = ["The Rust Project Developers"]
33
language = "en"
4-
multilingual = false
5-
src = "src"
64
title = "The Rustup developer guide"
75

86
[output.html]
9-
curly-quotes = true
107
edit-url-template = "https://github.com/rust-lang/rustup/edit/HEAD/doc/dev-guide/{path}"
118
git-repository-url = "https://github.com/rust-lang/rustup/tree/HEAD/doc/dev-guide"
129
site-url = "https://rust-lang.github.io/rustup/dev-guide"

doc/user-guide/book.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ authors = ["The Rust Project Developers"]
33
title = "The rustup book"
44

55
[output.html]
6-
curly-quotes = true
76
edit-url-template = "https://github.com/rust-lang/rustup/edit/HEAD/doc/user-guide/{path}"
87
git-repository-url = "https://github.com/rust-lang/rustup/tree/HEAD/doc/user-guide"
98
site-url = "https://rust-lang.github.io/rustup/"

0 commit comments

Comments
 (0)