Update to mdbook 0.5

This commit is contained in:
Eric Huss
2025-11-05 14:34:01 -08:00
committed by Dirkjan Ochtman
parent dfc31fe32f
commit 665bb6d254
4 changed files with 2 additions and 4 deletions

View File

@@ -1567,7 +1567,7 @@ jobs:
uses: taiki-e/install-action@v2
env:
# renovate: datasource=crate depName=mdbook
MDBOOK_VERSION: "0.4.43"
MDBOOK_VERSION: "0.5.2"
with:
tool: mdbook@${{ env.MDBOOK_VERSION }}
- name: Build user-guide (stable)

View File

@@ -15,7 +15,7 @@ jobs: # skip-all
uses: taiki-e/install-action@v2
env:
# renovate: datasource=crate depName=mdbook
MDBOOK_VERSION: "0.4.43"
MDBOOK_VERSION: "0.5.2"
with:
tool: mdbook@${{ env.MDBOOK_VERSION }}
- name: Build user-guide (stable)

View File

@@ -4,7 +4,6 @@ language = "en"
title = "The Rustup developer guide"
[output.html]
smart-punctuation = true
edit-url-template = "https://github.com/rust-lang/rustup/edit/HEAD/doc/dev-guide/{path}"
git-repository-url = "https://github.com/rust-lang/rustup/tree/HEAD/doc/dev-guide"
site-url = "https://rust-lang.github.io/rustup/dev-guide"

View File

@@ -3,7 +3,6 @@ authors = ["The Rust Project Developers"]
title = "The rustup book"
[output.html]
smart-punctuation = true
edit-url-template = "https://github.com/rust-lang/rustup/edit/HEAD/doc/user-guide/{path}"
git-repository-url = "https://github.com/rust-lang/rustup/tree/HEAD/doc/user-guide"
site-url = "https://rust-lang.github.io/rustup/"