From dc3c2e3d453433e40537add6cc5de40384bbec4d Mon Sep 17 00:00:00 2001 From: Revisto Date: Sat, 15 Feb 2025 13:35:34 +0330 Subject: [PATCH] Fix grammar in CHANGES.rst RTL Support - Add "the" before "is_rtl" - Fix line wrapping in CHANGES.rst entry --- CHANGES.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index d914cbd18..6c3c48c17 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -111,9 +111,8 @@ Features added * #13326: Remove hardcoding from handling :class:`~sphinx.addnodes.productionlist` nodes in all writers, to improve flexibility. Patch by Adam Turner. -* #10385: Add RTL (right-to-left) support for all Sphinx themes via ``is_rtl`` - theme option. Includes automatic layout mirroring, and bidirectional text - support. +* #10385: Add RTL (right-to-left) support for all Sphinx themes via the ``is_rtl`` + theme option. Includes automatic layout mirroring, and bidirectional text support. Patch by Revisto. Bugs fixed