tadeja commented on PR #50259:
URL: https://github.com/apache/arrow/pull/50259#issuecomment-4809356839

   I've just confirmed locally that replacing double backticks with single 
backtics indeed allowed doxygen to complete, docs got built and `pytest -r s 
--doctest-modules --doctest-cython --pyargs pyarrow` passed for me. 👍 
   
   Just a note on that local doctest failure 
   >     -animals: large_string
   >     +animals: string
   It's because of pandas version pre 3.0 (which still allows python 3.10 ... 
but doctest CI job [got updated 
from](https://github.com/apache/arrow/pull/49088/changes#diff-092659a9bd0068791326fb1d08f005532e5aeb983b999a7bd32c51deee0a71d5R75)
 `conda-python-3.10` to `conda-python-3.11` as per Joris' 
https://github.com/apache/arrow/pull/49088#discussion_r2749993332:
   > FWIW, I think if we know the doctests will run on an instance with 
pandas>=3, I would just update those to use pandas 3 output, because that will 
be less confusing for people reading the docs ("what do those 3 dots mean 
here?").


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