diff --git a/README.md b/README.md index 6d89793a..0e4d779b 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ 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 +- To lay pages out right-to-left for languages such as Persian, Arabic, or Hebrew, + set `html_theme_options = {"is_rtl": True}`. Defaults to `false`. ## Translation diff --git a/python_docs_theme/layout.html b/python_docs_theme/layout.html index 1903fad4..2bd22746 100644 --- a/python_docs_theme/layout.html +++ b/python_docs_theme/layout.html @@ -6,7 +6,7 @@

{{ _('Navigation') }}