diff --git a/README.md b/README.md index 6d89793..2e45bd1 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ To use this theme, add the following to `conf.py`: - `html_sidebars`, defaults taken from https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_sidebars +- `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`. ## Translation diff --git a/python_docs_theme/layout.html b/python_docs_theme/layout.html index 1903fad..2bd2274 100644 --- a/python_docs_theme/layout.html +++ b/python_docs_theme/layout.html @@ -6,7 +6,7 @@