AlenkaF commented on PR #35907:
URL: https://github.com/apache/arrow/pull/35907#issuecomment-1578711123

   > One question: this is excluding the full of the python docs. Longer term, 
should we try to _only_ exclude the API docs? (there are currently a few files 
in the `python/` directory that require pyarrow to be installed to run the 
examples in the `ipython` directives, but many files also don't have this, and 
could in theory be built without pyarrow being installed)
   
   Excluding files with `ipython` directives ('python/data.rst', 
'python/dataset.rst', 'python/getstarted.rst', 'python/ipc.rst', 
'python/memory.rst', 'python/pandas.rst', 'python/parquet.rst') and 
'python/filesystems_deprecated.rst' with the HDFS API autosummary list, I still 
get an error
   
   ```
   
   Sphinx parallel build error:
   ModuleNotFoundError: No module named 'pyarrow.lib'
   make: *** [html] Error 2
   ```
   
   and I think it is connected to all 33 `.rst` files that have `.. 
currentmodule:: pyarrow` (but am not sure). At this point I decided this 
doesn't make much sense and it is better just to exclude full of the python 
docs.
   
   I can try a bit further to see where I get, if you think this would be 
beneficial? But I do think if one is building the docs without even binary 
version of pyarrow then the need for python docs is not very high.


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