From 003c52f1ef8d5082450ac3b46ebf197b4cd163e1 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Thu, 12 Apr 2018 17:24:14 -0700 Subject: [PATCH] Modules that have a link to their own deprecated section need to use a different link syntax (#38697) The :ref: syntax is for linking to targets which are defined for the whole document tree. `link`_ is for linking to targets which are inside of the document. We want the latter for deprecated sections because otherwise we'd have to create namespaced link targets for them. Also fix expansion of version a deprecated module will be removed in (cherry picked from commit 25523666ce1cc66c1536baf18e6dde150f015aeb) --- docs/templates/plugin.rst.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templates/plugin.rst.j2 b/docs/templates/plugin.rst.j2 index e9f075ac145..1936e896a5e 100644 --- a/docs/templates/plugin.rst.j2 +++ b/docs/templates/plugin.rst.j2 @@ -386,7 +386,7 @@ please refer to this `Knowledge Base article