From 2d7a56fdaddfbab6c4dcce37a293f2be2fe59c19 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Thu, 30 Mar 2023 10:47:38 -0700 Subject: [PATCH] Feat: Link gerrit-to-platform into docs Issue: RELENG-4564 Signed-off-by: Andrew Grimberg Change-Id: I8ddcd830217bde11419af60972059a3564d3cf84 Signed-off-by: Andrew Grimberg --- docs/conf.py | 5 +++++ docs/index.rst | 1 + 2 files changed, 6 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 3fdfe10..6994e84 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,6 +25,11 @@ intersphinx_mapping["ansible"] = ( # noqa None, ) +intersphinx_mapping["gerrit-to-platform"] = ( # noqa + "https://docs.releng.linuxfoundation.org/projects/gerrit-to-platform/en/latest/", + None, +) + linkcheck_ignore = [ "https://gerrit.linuxfoundation.org/infra/releng/docs-conf", "https://gerrit.linuxfoundation.org/infra/#/settings/http-password", diff --git a/docs/index.rst b/docs/index.rst index f75d4eb..57cbe01 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -45,6 +45,7 @@ Tools: - :doc:`lftools ` - :doc:`global-jjb ` - :doc:`pipelines ` +- :doc:`gerrit-to-platform ` Help: -- 2.16.6