Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v5.0.x: docs: fix a copy-and-paste error #13011

Merged
merged 1 commit into from
Jan 13, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading