Skip to content

Commit 0435341

Browse files
committed
Closes sphinx-doc#10385: Add RTL support for Sphinx themes
- Add is_rtl theme option for right-to-left text direction - Implement automatic layout mirroring for RTL languages - Keep code blocks in LTR direction
1 parent 7d677a1 commit 0435341

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGES.rst

+4
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ Features added
111111
* #13326: Remove hardcoding from handling :class:`~sphinx.addnodes.productionlist`
112112
nodes in all writers, to improve flexibility.
113113
Patch by Adam Turner.
114+
* #10385: Add RTL (right-to-left) support for all Sphinx themes via ``is_rtl``
115+
theme option. Includes automatic layout mirroring, and bidirectional text
116+
support.
117+
Patch by Revisto.
114118

115119
Bugs fixed
116120
----------

0 commit comments

Comments
 (0)