Remove the book.multilingual field#2775
Merged
Merged
Conversation
As it is seems it has never been in real use. See rust-lang#2636
2 tasks
archlinux-github
pushed a commit
to archlinux/alpm
that referenced
this pull request
Nov 18, 2025
- `multilingual` key is removed: <rust-lang/mdBook#2775> - `mdbook-mermaid` is still WIP: <badboy/mdbook-mermaid#60> Fixes <https://gitlab.archlinux.org/archlinux/alpm/alpm/-/issues/249> Signed-off-by: Orhun Parmaksız <orhun@archlinux.org>
archlinux-github
pushed a commit
to archlinux/alpm
that referenced
this pull request
Nov 19, 2025
The `multilingual` key is removed in mdbook 0.5: rust-lang/mdBook#2775 Fixes: https://gitlab.archlinux.org/archlinux/alpm/alpm/-/issues/249 Signed-off-by: Orhun Parmaksız <orhun@archlinux.org>
archlinux-github
pushed a commit
to archlinux/alpm
that referenced
this pull request
Nov 19, 2025
The `multilingual` key is removed in mdbook 0.5: rust-lang/mdBook#2775 Fixes: https://gitlab.archlinux.org/archlinux/alpm/alpm/-/issues/249 Signed-off-by: Orhun Parmaksız <orhun@archlinux.org>
archlinux-github
pushed a commit
to archlinux/signstar
that referenced
this pull request
Nov 25, 2025
The `multilingual` key is removed in mdbook 0.5: rust-lang/mdBook#2775 Signed-off-by: David Runge <dvzrv@archlinux.org>
zoetrope
added a commit
to cybozu-go/cattage
that referenced
this pull request
Dec 8, 2025
ref. rust-lang/mdBook#2775 Signed-off-by: zoetrope <a.ikezoe@gmail.com>
Enzime
added a commit
to nix-community/nixos-anywhere
that referenced
this pull request
Jan 22, 2026
This was a noop, see: rust-lang/mdBook#2775
khaneliman
added a commit
to nix-community/nixvim
that referenced
this pull request
Jan 23, 2026
khaneliman
added a commit
to nix-community/nixvim
that referenced
this pull request
Jan 23, 2026
github-merge-queue Bot
pushed a commit
to nix-community/nixvim
that referenced
this pull request
Jan 24, 2026
Enzime
added a commit
to nix-community/nixos-anywhere
that referenced
this pull request
Jan 27, 2026
This was a noop, see: rust-lang/mdBook#2775
daaa1k
added a commit
to daaa1k/purescript-book
that referenced
this pull request
Feb 18, 2026
`book.multilingual` has been removed. rust-lang/mdBook#2775
daaa1k
added a commit
to daaa1k/purescript-book
that referenced
this pull request
Feb 18, 2026
`book.multilingual` has been removed. rust-lang/mdBook#2775
Zelenya
pushed a commit
to purescript-contrib/purescript-book
that referenced
this pull request
Feb 18, 2026
`book.multilingual` has been removed. rust-lang/mdBook#2775
1 task
mtthgn
added a commit
to mtthgn/pandocs
that referenced
this pull request
Mar 26, 2026
This field was removed in mdbook 0.5.0-alpha.1 because it was never actually in use: rust-lang/mdBook#2775
avivace
added a commit
to gbdev/pandocs
that referenced
this pull request
Mar 26, 2026
* Remove multilingual from book.toml This field was removed in mdbook 0.5.0-alpha.1 because it was never actually in use: rust-lang/mdBook#2775 * Update preprocessor and renderer to use their appropriate cargo crates As of mdbook 0.5, preprocessor functionality and renderer functionality have been broken up into separate crates. This commit refactors those features to use the appropriate crates. * CI: Update Github workflows to account for the mdBook upgrade mdBook was still referring to 0.4.x versions in the github workflow, and mdbook-linkcheck has not been updated to support 0.5. This commit switches the repo to using "mdbook-linkcheck2", which is a fork that's been properly updated. mdbook-linkcheck2 does not have any releases associated with the repo, which meant I had to switch installation methods. As such, I moved towards a (hopefully) straightforward `cargo install` approach. * Dockerfile: lock to 0.5.2 * docs: update instructions for mdbook 0.5.2 * linkcheck: stop checking external links --------- Co-authored-by: Antonio Vivace <avivace4@gmail.com>
cvengler
added a commit
to cvengler/libsignal
that referenced
this pull request
Apr 19, 2026
This key was removed in mdBook 0.5. According to the changelog: > - Removed the `book.multilingual` field. This was never used. > [#2775](rust-lang/mdBook#2775) See also: <rust-lang/mdBook#2775>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As it is seems it has never been in real use.
This is a repost of #2646
Closes #2636