Skip to content

Commit

Permalink
Merge pull request #13001 from jsquyres/pr/minor-docs-tweak
Browse files Browse the repository at this point in the history
docs: fix a copy-and-paste error
  • Loading branch information
jsquyres authored Jan 2, 2025
2 parents 88cd4a5 + 5058340 commit 9d2196d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/developers/sphinx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d2196d

Please sign in to comment.