Docs: Update linking to use stable links 06/71506/1 v0.9.0
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 5 Apr 2023 15:59:47 +0000 (08:59 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 5 Apr 2023 15:59:47 +0000 (08:59 -0700)
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 <agrimberg@linuxfoundation.org>
Change-Id: I61065fbeb6636301c0ce04e97ba56c1b40deed9b

docs_conf/conf.py

index c1e79e9..902fea2 100644 (file)
@@ -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": (