Skip to content

Commit 2453e0e

Browse files
committed
Update to mdbook 0.5
1 parent 9331603 commit 2453e0e

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ language = "en"
44
title = "The Rustup developer guide"
55

66
[output.html]
7-
smart-punctuation = true
87
edit-url-template = "https://github.com/rust-lang/rustup/edit/HEAD/doc/dev-guide/{path}"
98
git-repository-url = "https://github.com/rust-lang/rustup/tree/HEAD/doc/dev-guide"
109
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-
smart-punctuation = 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)