From 46f3eb082effb9e96db4f61164a071e37280b4a5 Mon Sep 17 00:00:00 2001 From: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Date: Fri, 11 Sep 2026 14:15:39 +0100 Subject: [PATCH] Fix warnings generated by `mdbook build` (#20217) --- changelog.d/20217.doc | 1 + docs/development/synapse_architecture/cancellation.md | 1 + docs/openid.md | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 changelog.d/20217.doc diff --git a/changelog.d/20217.doc b/changelog.d/20217.doc new file mode 100644 index 0000000000..a7d4590cfa --- /dev/null +++ b/changelog.d/20217.doc @@ -0,0 +1 @@ +Fix small warnings in documentation building tooling output. \ No newline at end of file diff --git a/docs/development/synapse_architecture/cancellation.md b/docs/development/synapse_architecture/cancellation.md index a12f119fb5..91d8c8ca4d 100644 --- a/docs/development/synapse_architecture/cancellation.md +++ b/docs/development/synapse_architecture/cancellation.md @@ -284,6 +284,7 @@ await wait_for_room("!aAAaaAaaaAAAaAaAA:matrix.org") await wait_for_room("!aAAaaAaaaAAAaAaAA:matrix.org") ``` + ### Uncancelled processing diff --git a/docs/openid.md b/docs/openid.md index e91d375c41..3115401961 100644 --- a/docs/openid.md +++ b/docs/openid.md @@ -140,7 +140,7 @@ The synapse config will look like this: 3. Add a rule with any name to add the `preferred_username` claim. (See https://auth0.com/docs/customize/rules/create-rules for more information on how to create rules.) -
+
Code sample ```js