Chore: Add mapping entry for pipelines 42/69842/1 v0.7.8
authorEric Ball <eball@linuxfoundation.org>
Wed, 9 Mar 2022 23:38:18 +0000 (15:38 -0800)
committerEric Ball <eball@linuxfoundation.org>
Wed, 9 Mar 2022 23:38:18 +0000 (15:38 -0800)
Issue: RELENG-4151
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
Change-Id: I7f97e6c53b802b457008fd1b8754a58a76ac19c1

docs_conf/conf.py

index a2a7f2c..27b755c 100644 (file)
@@ -133,5 +133,9 @@ intersphinx_mapping = {
         "https://docs.releng.linuxfoundation.org/projects/lftools/en/latest/",
         None,
     ),
+    "pipelines": (
+        "https://docs.releng.linuxfoundation.org/projects/pipelines/en/latest/",
+        None,
+    ),
     "python": ("https://docs.python.org/3", None),
 }