Skip to content

Commit 2263680

Browse files
Apply suggestion from @StanFromIreland
Co-authored-by: Stan Ulbrych <stan@python.org>
1 parent 6d36814 commit 2263680

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ To use this theme, add the following to `conf.py`:
2222

2323
- `html_sidebars`, defaults taken from https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_sidebars
2424

25-
- `is_rtl` - Enable right-to-left (RTL) layout for languages such as Persian, Arabic, or Hebrew. Code blocks remain left-to-right. Defaults to `"false"`. Set via `html_theme_options = {"is_rtl": "true"}`.
25+
- To lay pages out right-to-left for languages such as Persian, Arabic, or Hebrew,
26+
set `html_theme_options = {"is_rtl": True}`. Defaults to `false`.
2627

2728
## Translation
2829

0 commit comments

Comments
 (0)