You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2019/02/20 21:16:50 UTC

[GitHub] snleee commented on a change in pull request #3857: Fix compile failure issue when docs/_build is present

snleee commented on a change in pull request #3857: Fix compile failure issue when docs/_build is present
URL: https://github.com/apache/incubator-pinot/pull/3857#discussion_r258679538
 
 

 ##########
 File path: pom.xml
 ##########
 @@ -1140,6 +1143,9 @@
             <!-- Sphynx auto generated makefile -->
             <exclude>docs/Makefile</exclude>
 
+            <!-- Exclude build files for docs -->
+            <exclude>docs/_build/**</exclude>
 
 Review comment:
   From some of the voting mails that i checked, they do check if documentation files (.md or .rst) have the proper headers. So, I would prefer to keep them from the rat check.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org