jorisvandenbossche commented on code in PR #36296:
URL: https://github.com/apache/arrow/pull/36296#discussion_r1254015598
##########
docs/source/developers/documentation.rst:
##########
@@ -92,6 +92,21 @@ format in ``arrow/docs/_build/html``. In particular, you
can point your browser
at ``arrow/docs/_build/html/index.html`` to read the docs and review any
changes
you made.
+.. note::
+
+ If you are working on the Python documentation and are building the
documentation
+ with ``pyarrow`` build from source on macOS Monterey, Python section of the
+ documentation might not be included in the ``_build/html``. In this case try
+ installing ``pyarrow`` in editable version first before running the ``make
html``
+ command.
Review Comment:
```suggestion
with ``pyarrow`` build from source on macOS Monterey, the Python section
of the
documentation might not be included in the ``_build/html``. In this case,
try
installing ``pyarrow`` in non-editable mode first before running the
``make html``
command.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]