AlenkaF commented on code in PR #47326:
URL: https://github.com/apache/arrow/pull/47326#discussion_r2282147524


##########
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:
   Thanks for pointing that out! I see I should clarify this in the 
description. The change in exclude patterns isn't related to the Sphinx update 
— I was just trying to clean up some of the warnings that were bothering me. 
Happy to move it to a separate PR if that makes things clearer.



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

Reply via email to