From f1c885651474a16d97bf7b43281a83b2f4b58b7e Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Wed, 5 Apr 2023 08:59:47 -0700 Subject: [PATCH] Docs: Update linking to use stable links Most of the intersphinx linked sites all use tags in the repository which causes RTD to create a "stable" pointer to the latest tag. This avoids confusing people that are trying to find out what is in the latest "release" of a project since the docs have historically pointed to the current developement HEAD. Signed-off-by: Andrew Grimberg Change-Id: I61065fbeb6636301c0ce04e97ba56c1b40deed9b --- docs_conf/conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs_conf/conf.py b/docs_conf/conf.py index c1e79e9..902fea2 100644 --- a/docs_conf/conf.py +++ b/docs_conf/conf.py @@ -117,20 +117,20 @@ htmlhelp_basename = cfg.get("htmlhelp_basename", "DocsConf") intersphinx_mapping = { "common-packer": ( - "https://docs.releng.linuxfoundation.org/projects/common-packer/en/latest/", + "https://docs.releng.linuxfoundation.org/projects/common-packer/en/stable/", None, ), "global-jjb": ( - "https://docs.releng.linuxfoundation.org/projects/global-jjb/en/latest/", + "https://docs.releng.linuxfoundation.org/projects/global-jjb/en/stable/", None, ), "lfdocs": ("https://docs.releng.linuxfoundation.org/en/latest/", None), "lfdocs-conf": ( - "https://docs.releng.linuxfoundation.org/projects/lfdocs-conf/en/latest/", + "https://docs.releng.linuxfoundation.org/projects/lfdocs-conf/en/stable/", None, ), "lftools": ( - "https://docs.releng.linuxfoundation.org/projects/lftools/en/latest/", + "https://docs.releng.linuxfoundation.org/projects/lftools/en/stable/", None, ), "pipelines": ( -- 2.16.6