Skip to content

Commit 955897a

Browse files
authored
Fix the building of the docs with mdbook 0.5 (#5261)
2 parents 0074cd0 + bcf85e8 commit 955897a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

book.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
# https://rust-lang.github.io/mdBook/format/config.html
88
[book]
99
title = "Matrix Authentication Service"
10-
authors = ["The Matrix.org Foundation C.I.C."]
10+
authors = ["Element Backend Team"]
1111
language = "en"
12-
multilingual = false
1312

1413
src = "docs"
1514

misc/build-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ set -eux
1414
# Install the dependencies if we're in the Cloudflare Pages build environment
1515
# In this environment, the CF_PAGES environment variable is set to 1
1616
if [ "${CF_PAGES:-""}" = "1" ]; then
17-
MDBOOK_VERSION=0.4.32
17+
MDBOOK_VERSION=0.5.0
1818

1919
# Install rustup
2020
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain none -y

0 commit comments

Comments
 (0)