From d7a1252cbae23ee4812b1b23f82df7c724935da9 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Tue, 9 Sep 2025 15:44:27 +0100 Subject: [PATCH 1/4] Commit --- CHANGELOG.rst | 8 ++++++++ python_docs_theme/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c411e71..4a26f5d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,14 @@ Changelog ========= +`2025.9.2 `_ +------------------------------------------------------------------------------- + +* Add Korean translation from Transifex in https://github.com/python/python-docs-theme/pull/264 +* Add German translation by @cmaureir in https://github.com/python/python-docs-theme/pull/262 +* Fix compilation of translations and loading of translations on pages with html + source in https://github.com/python/python-docs-theme/pull/263 + `2025.9.1 `_ ------------------------------------------------------------------------------- diff --git a/python_docs_theme/__init__.py b/python_docs_theme/__init__.py index d9281ff..3399a01 100644 --- a/python_docs_theme/__init__.py +++ b/python_docs_theme/__init__.py @@ -9,7 +9,7 @@ from sphinx.application import Sphinx from sphinx.util.typing import ExtensionMetadata -__version__ = "2025.9.1" +__version__ = "2025.9.2" THEME_PATH = Path(__file__).resolve().parent LOCALE_DIR = THEME_PATH / "locale" From ef7d03d282f3f43c6f3269b41bd0078612e40498 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Wed, 10 Sep 2025 15:56:14 +0100 Subject: [PATCH 2/4] Add Id --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4a26f5d..8b241e0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,7 +4,7 @@ Changelog `2025.9.2 `_ ------------------------------------------------------------------------------- -* Add Korean translation from Transifex in https://github.com/python/python-docs-theme/pull/264 +* Add Korean and Indonesian translation from Transifex in https://github.com/python/python-docs-theme/pull/264 * Add German translation by @cmaureir in https://github.com/python/python-docs-theme/pull/262 * Fix compilation of translations and loading of translations on pages with html source in https://github.com/python/python-docs-theme/pull/263 From a1c75c97295460cad658f10c339a194055a6e7a9 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Date: Sun, 14 Sep 2025 13:07:14 +0100 Subject: [PATCH 3/4] Update CHANGELOG.rst --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8b241e0..a3d7d91 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,6 +8,7 @@ Changelog * Add German translation by @cmaureir in https://github.com/python/python-docs-theme/pull/262 * Fix compilation of translations and loading of translations on pages with html source in https://github.com/python/python-docs-theme/pull/263 +* Fix search button cutting off long translations in https://github.com/python/python-docs-theme/pull/268 `2025.9.1 `_ ------------------------------------------------------------------------------- From ca6868df00fdbd9d3609d33d8e83b9835e337819 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Wed, 17 Sep 2025 17:46:45 +0300 Subject: [PATCH 4/4] Apply suggestions from code review Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> --- CHANGELOG.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a3d7d91..b37e2b6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,11 +4,12 @@ Changelog `2025.9.2 `_ ------------------------------------------------------------------------------- -* Add Korean and Indonesian translation from Transifex in https://github.com/python/python-docs-theme/pull/264 +* Add Korean and Indonesian translations from Transifex in https://github.com/python/python-docs-theme/pull/264 * Add German translation by @cmaureir in https://github.com/python/python-docs-theme/pull/262 * Fix compilation of translations and loading of translations on pages with html source in https://github.com/python/python-docs-theme/pull/263 * Fix search button cutting off long translations in https://github.com/python/python-docs-theme/pull/268 +* Fix ``Copy`` button copying line numbers by @StanFromIreland in https://github.com/python/python-docs-theme/pull/270 `2025.9.1 `_ -------------------------------------------------------------------------------