From: Eric Ball Date: Wed, 9 Mar 2022 23:38:18 +0000 (-0800) Subject: Chore: Add mapping entry for pipelines X-Git-Tag: v0.7.8^0 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=c30ab0f532ef3e8eb571d86f3329ae9116afc935;p=releng%2Fdocs-conf.git Chore: Add mapping entry for pipelines Issue: RELENG-4151 Signed-off-by: Eric Ball Change-Id: I7f97e6c53b802b457008fd1b8754a58a76ac19c1 --- diff --git a/docs_conf/conf.py b/docs_conf/conf.py index a2a7f2c..27b755c 100644 --- a/docs_conf/conf.py +++ b/docs_conf/conf.py @@ -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), }