lidavidm commented on pull request #12620:
URL: https://github.com/apache/arrow/pull/12620#issuecomment-1073290729


   Ah…there's not too good a way to build the docs without building PyArrow 
from source, though you can usually build individual files okay without issue. 
This should work:
   
   ```
   # First, make sure pyarrow is installed (an existing release is OK, e.g. 
from PyPI or Conda)
   $ cd docs
   $ touch ./source/cpp/examples/temp_index.rst && sphinx-build 
./source/cpp/examples ./source/cpp/_build -c ./source -D master_doc=temp_index
   $ firefox source/cpp/_build/dataset_skyhook_scan_example.html
   ```
   
   Rendered:
   
   
![image](https://user-images.githubusercontent.com/327919/159173596-5bf16e5c-d7ef-4701-be4e-c1ab8f85bc38.png)
   
   Looks like we may need to fiddle with the reST to get it to render as 
expected.


-- 
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]


Reply via email to