File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -113,10 +113,12 @@ permissions to run this command):
113
113
# Or: python3 -m pip install install -r docs/requirements.txt
114
114
115
115
This will install Sphinx and some Python modules required for building
116
- the Open MPI documentation in a system-wide location.
116
+ the Open MPI documentation in a user-specific location, likely
117
+ somewhere under ``$HOME ``
117
118
118
119
You will likely need to find the location where ``sphinx-build `` was
119
- installed and add it to your ``PATH ``.
120
+ installed and add it to your ``PATH `` (e.g., on macOS, it might appear
121
+ under ``$HOME/Library/Python/PYTHON_VERSION/bin/sphinx-build ``).
120
122
121
123
.. note :: On MacOS, look for ``sphinx-build`` under
122
124
``$HOME/Library/Python/VERSION/bin `` (where ``VERSION `` is
You can’t perform that action at this time.
0 commit comments