From 9be17008e27af9147f0dd9c536bfc9b12a1147f7 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Fri, 12 Sep 2025 21:45:53 +0100 Subject: [PATCH 1/2] commit --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index fedd7f7..4d2903b 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,13 @@ 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 + +## Translation + +This theme supports localization, for more information see the [Python Developer's +Guide](https://devguide.python.org/documentation/translations/translating/#how-do-i-translate-the-python-docs-sphinx-theme). + + ## Preview See a demo of the CPython docs using this theme: From 932da00d0cc8808ca27f7c770cf1b19cc91151d6 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Date: Sun, 14 Sep 2025 11:50:35 +0100 Subject: [PATCH 2/2] Split sentances. Co-authored-by: Ezio Melotti --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d2903b..f527635 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ To use this theme, add the following to `conf.py`: ## Translation -This theme supports localization, for more information see the [Python Developer's +This theme supports localization. For more information see the [Python Developer's Guide](https://devguide.python.org/documentation/translations/translating/#how-do-i-translate-the-python-docs-sphinx-theme).