From 4bf6fc5281d1976ad7113c91a93995406cfab429 Mon Sep 17 00:00:00 2001 From: Nicolas Dechesne Date: Fri, 24 Jul 2020 17:41:37 +0200 Subject: sphinx: fix custom term links Some term links have custom 'text', and require manual update, since they were not caught by the generic Python regexp. (From yocto-docs rev: 519355ba9daf7630e8d477b2f6f511be51fd8b2e) Signed-off-by: Nicolas Dechesne Signed-off-by: Richard Purdie --- documentation/ref-manual/migration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/ref-manual/migration.rst') diff --git a/documentation/ref-manual/migration.rst b/documentation/ref-manual/migration.rst index b8d27f3325..1d4d53647f 100644 --- a/documentation/ref-manual/migration.rst +++ b/documentation/ref-manual/migration.rst @@ -1366,10 +1366,10 @@ release notes Kernel Module Autoloading ------------------------- -The ```module_autoload_*`` <#var-module_autoload>`__ variable is now +The :term:`module_autoload_* ` variable is now deprecated and a new :term:`KERNEL_MODULE_AUTOLOAD` variable -should be used instead. Also, ```module_conf_*`` <#var-module_conf>`__ +should be used instead. Also, :term:`module_conf_* ` must now be used in conjunction with a new :term:`KERNEL_MODULE_PROBECONF` variable. The new variables no longer require you to specify the module name as -- cgit v1.2.3-54-g00ecf