Jackie-Jiang 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_r258704798
 
 

 ##########
 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:
   But we get the following warning when we build the project:
   
   [WARNING] Unknown file extension: 
/Users/xajiang/Projects/pinot2_0/docs/intro.rst
   [WARNING] Unknown file extension: 
/Users/xajiang/Projects/pinot2_0/docs/index.rst
   [WARNING] Unknown file extension: 
/Users/xajiang/Projects/pinot2_0/docs/segment_fetcher.rst
   [WARNING] Unknown file extension: 
/Users/xajiang/Projects/pinot2_0/docs/pluggable_storage.rst
   [WARNING] Unknown file extension: 
/Users/xajiang/Projects/pinot2_0/docs/in_production.rst
   [WARNING] Unknown file extension: 
/Users/xajiang/Projects/pinot2_0/docs/pinot_hadoop.rst
   [WARNING] Unknown file extension: 
/Users/xajiang/Projects/pinot2_0/docs/client_api.rst
   [WARNING] Unknown file extension: 
/Users/xajiang/Projects/pinot2_0/docs/index_techniques.rst
   [WARNING] Unknown file extension: 
/Users/xajiang/Projects/pinot2_0/docs/reference.rst
   [WARNING] Unknown file extension: 
/Users/xajiang/Projects/pinot2_0/docs/multitenancy.rst
   [WARNING] Unknown file extension: 
/Users/xajiang/Projects/pinot2_0/docs/pql_examples.rst
   [WARNING] Unknown file extension: 
/Users/xajiang/Projects/pinot2_0/docs/architecture.rst
   [WARNING] Unknown file extension: 
/Users/xajiang/Projects/pinot2_0/docs/pluggable_streams.rst
   [WARNING] Unknown file extension: 
/Users/xajiang/Projects/pinot2_0/docs/management_api.rst
   [WARNING] Unknown file extension: 
/Users/xajiang/Projects/pinot2_0/docs/Makefile
   [WARNING] Unknown file extension: 
/Users/xajiang/Projects/pinot2_0/docs/trying_pinot.rst
   [WARNING] Unable to find a comment style definition for some files. You may 
want to add a custom mapping for the relevant file extensions.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to