lucperkins opened a new pull request #585: Fix API doc generation issue
URL: https://github.com/apache/incubator-pulsar/pull/585
 
 
   ### Motivation
   
   At the moment, API docs for Java are showing up at 
pulsar.incubator.apache.org but API docs for Python and C++ are not. That seems 
to be because the `make javadoc` script is deleting the *whole* `site/api` 
directory rather than just the Java-specific subdirectories.
   
   ### Modifications
   
   The `Makefile` in the `site` folder has been updated to fix the issue.
   
   ### Result
   
   Generated API docs for C++ and Python should end up in 
`generated-site/content/api` (as part of the Jekyll build process) and then 
automatically committed to the `asf-site` branch.
   
 
----------------------------------------------------------------
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

Reply via email to