From 32712b2a6bdad53f0d382e603f3e02b4e831b2f9 Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Sat, 24 May 2025 16:06:28 -0400 Subject: [PATCH] sphinx-lint: trailing whitespace Fix all instances of trailing-whitespace as reported by 'make sphinx-lint'. (From yocto-docs rev: 7776550a190060221a8cc913e470edf5349b6829) Signed-off-by: Trevor Woerner Signed-off-by: Antonin Godard Signed-off-by: Steve Sakoman --- documentation/migration-guides/migration-4.0.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/migration-guides/migration-4.0.rst b/documentation/migration-guides/migration-4.0.rst index 5e240457c0..34fdda9076 100644 --- a/documentation/migration-guides/migration-4.0.rst +++ b/documentation/migration-guides/migration-4.0.rst @@ -143,7 +143,7 @@ Python changes The new Python packaging classes that should be used are :ref:`python_flit_core `, :ref:`python_setuptools_build_meta ` - and :ref:`python_poetry_core `. + and :ref:`python_poetry_core `. - The :ref:`setuptools3 ` class ``do_install()`` task now installs the ``wheel`` binary archive. In current versions of ``setuptools`` the