raulcd commented on code in PR #47326: URL: https://github.com/apache/arrow/pull/47326#discussion_r2282169553
########## 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: No need, I was just trying to understand what was this fixing. This fixes some warnings is the only thing I need to know. I am merging :) -- 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]
