jorisvandenbossche commented on pull request #11803:
URL: https://github.com/apache/arrow/pull/11803#issuecomment-982496770


   > I wonder if this is something the CI should be able to catch.
   
   We can make the doc build fail on warnings (we eg do that in pandas' CI) to 
catch things like this (sphinx has an option for that). The main problem is 
that:
   
   - We first need to get the sphinx doc build warning free in general
   - We currently don't run the DOC build in the CI on a PR (only nightly)
   - The doc build also regularly fails for other reasons (eg Java download 
failures), so to be able to run it on PRs we should either make it more stable, 
or split it up so we can only run the relevant part of the doc build


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