Fix grammar in CHANGES.rst RTL Support

- Add "the" before "is_rtl"
- Fix line wrapping in CHANGES.rst entry
This commit is contained in:
Revisto 2025-02-15 13:35:34 +03:30
parent c0aaec6639
commit dc3c2e3d45

View File

@ -111,9 +111,8 @@ Features added
* #13326: Remove hardcoding from handling :class:`~sphinx.addnodes.productionlist` * #13326: Remove hardcoding from handling :class:`~sphinx.addnodes.productionlist`
nodes in all writers, to improve flexibility. nodes in all writers, to improve flexibility.
Patch by Adam Turner. Patch by Adam Turner.
* #10385: Add RTL (right-to-left) support for all Sphinx themes via ``is_rtl`` * #10385: Add RTL (right-to-left) support for all Sphinx themes via the ``is_rtl``
theme option. Includes automatic layout mirroring, and bidirectional text theme option. Includes automatic layout mirroring, and bidirectional text support.
support.
Patch by Revisto. Patch by Revisto.
Bugs fixed Bugs fixed