raulcd commented on code in PR #47326: URL: https://github.com/apache/arrow/pull/47326#discussion_r2282024352
########## docs/source/conf.py: ########## @@ -273,7 +273,9 @@ # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This patterns also effect to html_static_path and html_extra_path -exclude_patterns = exclude_patterns + ['_build', 'Thumbs.db', '.DS_Store'] +exclude_patterns = exclude_patterns + ['_build', 'Thumbs.db', '.DS_Store', + 'developers/cpp/img/async.md', + '**/README.md',] Review Comment: was this failing due to the sphinx changed or just a different fix? Just so I understand what this is :) -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org