From fdda5d3f909ebc5f50cd0729c3a00588ed870696 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Thu, 26 Dec 2024 11:36:18 -0500 Subject: [PATCH] docs: fix a copy-and-paste error Signed-off-by: Jeff Squyres (cherry picked from commit 50583404fe02d96404e931da8f18260475139372) --- docs/developers/sphinx.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/developers/sphinx.rst b/docs/developers/sphinx.rst index 4f3e108bf88..8587d46e6f9 100644 --- a/docs/developers/sphinx.rst +++ b/docs/developers/sphinx.rst @@ -113,10 +113,12 @@ permissions to run this command): # Or: python3 -m pip install install -r docs/requirements.txt This will install Sphinx and some Python modules required for building -the Open MPI documentation in a system-wide location. +the Open MPI documentation in a user-specific location, likely +somewhere under ``$HOME`` You will likely need to find the location where ``sphinx-build`` was -installed and add it to your ``PATH``. +installed and add it to your ``PATH`` (e.g., on macOS, it might appear +under ``$HOME/Library/Python/PYTHON_VERSION/bin/sphinx-build``). .. note:: On MacOS, look for ``sphinx-build`` under ``$HOME/Library/Python/VERSION/bin`` (where ``VERSION`` is