summary refs log tree commit diff
path: root/book.toml
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2023-11-28 11:01:24 -0500
committerGitHub <noreply@github.com>2023-11-28 11:01:24 -0500
commit77882b6a7d1ad1ab76b0ff878b3daed894bdb26e (patch)
tree01c34760f3bb2aef2b8cd44a110d5e2f1e325705 /book.toml
parentIgnore `encryption_enabled_by_default_for_room_type` for notices room (#16677) (diff)
downloadsynapse-77882b6a7d1ad1ab76b0ff878b3daed894bdb26e.tar.xz
Document which versions of Synapse have compatible schema versions. (#16661)
Diffstat (limited to 'book.toml')
-rw-r--r--book.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/book.toml b/book.toml
index fa83d86ffc..ed3f6151e0 100644
--- a/book.toml
+++ b/book.toml
@@ -36,4 +36,7 @@ additional-css = [
     "docs/website_files/indent-section-headers.css",
 ]
 additional-js = ["docs/website_files/table-of-contents.js"]
-theme = "docs/website_files/theme"
\ No newline at end of file
+theme = "docs/website_files/theme"
+
+[preprocessor.schema_versions]
+command = "./scripts-dev/schema_versions.py"