diff --git a/documentation/migration-guides/release-notes-4.1.1.rst b/documentation/migration-guides/release-notes-4.1.1.rst
index 23ea4727c..ca3f079ad 100644
--- a/documentation/migration-guides/release-notes-4.1.1.rst
+++ b/documentation/migration-guides/release-notes-4.1.1.rst
@@ -144,7 +144,7 @@ Fixes in Yocto-4.1.1
 -  ref-manual: add :term:`OVERLAYFS_QA_SKIP`
 -  ref-manual: add previous overlayfs-etc variables
 -  ref-manual: add pypi class
--  ref-manual: add :term:`SDK_TOOLCHAIN_LANGS`
+-  ref-manual: add ``SDK_TOOLCHAIN_LANGS``
 -  ref-manual: add section for create-spdx class
 -  ref-manual: add serial-autologin-root to :term:`IMAGE_FEATURES` documentation
 -  ref-manual: add :term:`UBOOT_MKIMAGE_KERNEL_TYPE`
diff --git a/documentation/migration-guides/release-notes-4.1.rst b/documentation/migration-guides/release-notes-4.1.rst
index 4a3fb0d2c..b7e1224ac 100644
--- a/documentation/migration-guides/release-notes-4.1.rst
+++ b/documentation/migration-guides/release-notes-4.1.rst
@@ -100,7 +100,7 @@ New Features / Enhancements in 4.1
 
    - :ref:`Support for using the regular build system as an SDK <sdk-manual/extensible:Setting up the Extensible SDK environment directly in a Yocto build>`
    - :ref:`ref-classes-image-buildinfo` class now also writes build information to SDKs
-   - New :term:`SDK_TOOLCHAIN_LANGS` variable to control support of rust / go in SDK
+   - New ``SDK_TOOLCHAIN_LANGS`` variable to control support of rust / go in SDK
    - rust-llvm: enabled :ref:`ref-classes-nativesdk` variant
    - python3-pluggy: enabled for :ref:`ref-classes-native` / :ref:`ref-classes-nativesdk`
 
diff --git a/documentation/migration-guides/release-notes-5.3.rst b/documentation/migration-guides/release-notes-5.3.rst
index ee9df424e..8a564716f 100644
--- a/documentation/migration-guides/release-notes-5.3.rst
+++ b/documentation/migration-guides/release-notes-5.3.rst
@@ -570,7 +570,7 @@ New Features / Enhancements in |yocto-ver|
    -  Include additional information about Meson setting in the SDK environment
       setup script (host system, CPU family, etc.).
 
-   -  Add Go to :term:`SDK_TOOLCHAIN_LANGS`, except for the following
+   -  Add Go to ``SDK_TOOLCHAIN_LANGS``, except for the following
       architecture on which this is not supported:
 
       -  RISC-V 32 bits (``rv32``)
@@ -648,7 +648,7 @@ New Features / Enhancements in |yocto-ver|
          OOM kills.
 
       -  A new SDK test is now running for Go after ``go`` was added to
-         :term:`SDK_TOOLCHAIN_LANGS`.
+         ``SDK_TOOLCHAIN_LANGS``.
 
       -  Commands sent over SSH (using the ``OESSHTarget`` class) will now error
          when an SSH failure occurs. It is possible to ignore these errors by
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 880bf9069..3fb8d8a65 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -9174,10 +9174,6 @@ system and gives an overview of their function and contents.
       section in the Yocto Project Application Development and the
       Extensible Software Development Kit (eSDK) manual.
 
-   :term:`SDK_TOOLCHAIN_LANGS`
-      Specifies programming languages to support in the SDK, as a
-      space-separated list. Currently supported items are ``rust`` and ``go``.
-
    :term:`SDK_UPDATE_URL`
       An optional URL for an update server for the extensible SDK. If set,
       the value is used as the default update server when running
