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

   @raulcd the main pain point why `AMD64 Conda Python 3.10 Sphinx & Numpydoc` 
fails and `AMD64 Conda Python 3.12 Sphinx Documentation` succeeds is the Python 
version and the [use of 
`datetime.UTC`](https://github.com/apache/arrow/actions/runs/20458410072/job/58785513538#step:6:8876)
 which was only added in Python 3.11, see 
https://docs.python.org/3/library/datetime.html#datetime.UTC.
   
   I think the easiest solution would be to run Sphinx & Numpydoc on Python 
3.11, or even Python 3.12 (I am not aware of any reason we would need the 
olderst Python version we support here. Sphinx Documentation runs on docs 
changes only while Sphinx & Numpydoc runs on any Python or C++ changes and 
validates the docstrings).
   
   


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