For the "|copy|" substitution to work, need to include isonum.txt. Fixes: 16c02447f3e1 ("Documentation: thermal: DPTF Documentation") Reported by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> Cc: "Rafael J. Wysocki" <rafael@xxxxxxxxxx> Cc: Srinivas Pandruvada <srinivas.pandruvada@xxxxxxxxxxxxxxx> Cc: linux-pm@xxxxxxxxxxxxxxx Cc: linux-doc@xxxxxxxxxxxxxxx --- Hi, This fixes a doc build warning reported by Randy at https://lore.kernel.org/r/73d98132-1d08-ef29-edb7-9e062b9154b8@xxxxxxxxxxxxx/. Thanks, Akira -- Documentation/driver-api/thermal/intel_dptf.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/driver-api/thermal/intel_dptf.rst b/Documentation/driver-api/thermal/intel_dptf.rst index 96668dca753a..2df82719c5be 100644 --- a/Documentation/driver-api/thermal/intel_dptf.rst +++ b/Documentation/driver-api/thermal/intel_dptf.rst @@ -1,5 +1,7 @@ .. SPDX-License-Identifier: GPL-2.0 +.. include:: <isonum.txt> + =============================================================== Intel(R) Dynamic Platform and Thermal Framework Sysfs Interface =============================================================== -- 2.25.1