From: Andrew Grimberg Date: Wed, 5 Apr 2023 15:59:47 +0000 (-0700) Subject: Docs: Update linking to use stable links X-Git-Tag: v0.9.0^0 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=f1c885651474a16d97bf7b43281a83b2f4b58b7e;p=releng%2Fdocs-conf.git 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 --- 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": (