From b409100bcab53a803203628532f43b5257f6c3d0 Mon Sep 17 00:00:00 2001 From: Ville Ojamo <14869000+bluikko@users.noreply.github.com> Date: Mon, 5 Jan 2026 12:26:58 +0700 Subject: [PATCH] doc/dev: Fix Sphinx complaints in msgr2.rst Uncontroversial Sphinx fixes: Fix Sphinx warning about section title underline too short. No change in rendering. Fix Sphinx critical about section title underline at wrong level. Fixes the title rendering and makes it visible. Signed-off-by: Ville Ojamo <14869000+bluikko@users.noreply.github.com> --- doc/dev/msgr2.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/dev/msgr2.rst b/doc/dev/msgr2.rst index 990ebf8f35c8..130d3be92efa 100644 --- a/doc/dev/msgr2.rst +++ b/doc/dev/msgr2.rst @@ -595,7 +595,7 @@ Post-compression frame format Depending on the negotiated connection mode from TAG_COMPRESSION_DONE, the connection is able to accept/send compressed frames or process all frames as decompressed. msgr2.x-force mode -~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~ All subsequent frames that will be sent via the connection will be compressed if compression requirements are met (e.g, the frames size). @@ -883,7 +883,7 @@ Once a session is established, we can exchange messages. Example of protocol interaction (WIP) -_____________________________________ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. ditaa:: -- 2.47.3