From fd0f3ddf09a1fb24012182ed3ddcf1f735270f3b Mon Sep 17 00:00:00 2001 From: Manfred Moser Date: Fri, 26 Jul 2024 09:14:25 -0700 Subject: [PATCH] Iprove visibilty for Breaking change warning - Found out that users did not realize the meaning - Also found out that users did not realize its a link to more explanation - New approach is the same as in Trino Gateway 10 and onwards --- docs/src/main/sphinx/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/sphinx/conf.py b/docs/src/main/sphinx/conf.py index 627774c111ca..14b6a39c83fa 100644 --- a/docs/src/main/sphinx/conf.py +++ b/docs/src/main/sphinx/conf.py @@ -117,7 +117,7 @@ def setup(app): ] myst_substitutions = { - "breaking": "⚠️" + "breaking": "⚠️ Breaking change:" } # -- Options for HTML output ---------------------------------------------------