From 7ca58a994f7d5c760991294b480d3794a32c7e5c Mon Sep 17 00:00:00 2001 From: deependujha Date: Thu, 28 May 2026 16:03:42 +0530 Subject: [PATCH 1/2] update --- docs/source-fabric/conf.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/source-fabric/conf.py b/docs/source-fabric/conf.py index 27aad9ed0be7b..41b03352d25a0 100644 --- a/docs/source-fabric/conf.py +++ b/docs/source-fabric/conf.py @@ -393,3 +393,8 @@ def _package_list_from_file(file): # ignore all links in any CHANGELOG file linkcheck_exclude_documents = [r"^(.*\/)*CHANGELOG.*$"] + +# ignore the following relative links (false positive errors during linkcheck) +linkcheck_ignore = [ + "https://www.mpich.org/*", +] From b50d340ef2acd44eea5d17a1db76647933435554 Mon Sep 17 00:00:00 2001 From: deependujha Date: Thu, 28 May 2026 16:16:14 +0530 Subject: [PATCH 2/2] update --- docs/source-fabric/conf.py | 5 ----- docs/source-fabric/guide/multi_node/other.rst | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/source-fabric/conf.py b/docs/source-fabric/conf.py index 41b03352d25a0..27aad9ed0be7b 100644 --- a/docs/source-fabric/conf.py +++ b/docs/source-fabric/conf.py @@ -393,8 +393,3 @@ def _package_list_from_file(file): # ignore all links in any CHANGELOG file linkcheck_exclude_documents = [r"^(.*\/)*CHANGELOG.*$"] - -# ignore the following relative links (false positive errors during linkcheck) -linkcheck_ignore = [ - "https://www.mpich.org/*", -] diff --git a/docs/source-fabric/guide/multi_node/other.rst b/docs/source-fabric/guide/multi_node/other.rst index 6bddf04f1aeff..e730b0edd7c67 100644 --- a/docs/source-fabric/guide/multi_node/other.rst +++ b/docs/source-fabric/guide/multi_node/other.rst @@ -20,7 +20,7 @@ MPI *** `MPI (Message Passing Interface) `_ is a communication system for parallel computing. -There are many implementations available, the most popular among them are `OpenMPI `_ and `MPICH `_. +There are many implementations available, the most popular among them are `OpenMPI `_ and `MPICH `_. To support all these, Lightning relies on the `mpi4py package `_: .. code-block:: bash