Skip to content
  • Josh Rosen's avatar
    d3ca8cfa
    [SPARK-12000] Fix API doc generation issues · d3ca8cfa
    Josh Rosen authored
    This pull request fixes multiple issues with API doc generation.
    
    - Modify the Jekyll plugin so that the entire doc build fails if API docs cannot be generated. This will make it easy to detect when the doc build breaks, since this will now trigger Jenkins failures.
    - Change how we handle the `-target` compiler option flag in order to fix `javadoc` generation.
    - Incorporate doc changes from thunterdb (in #10048).
    
    Closes #10048.
    
    Author: Josh Rosen <joshrosen@databricks.com>
    Author: Timothy Hunter <timhunter@databricks.com>
    
    Closes #10049 from JoshRosen/fix-doc-build.
    d3ca8cfa
    [SPARK-12000] Fix API doc generation issues
    Josh Rosen authored
    This pull request fixes multiple issues with API doc generation.
    
    - Modify the Jekyll plugin so that the entire doc build fails if API docs cannot be generated. This will make it easy to detect when the doc build breaks, since this will now trigger Jenkins failures.
    - Change how we handle the `-target` compiler option flag in order to fix `javadoc` generation.
    - Incorporate doc changes from thunterdb (in #10048).
    
    Closes #10048.
    
    Author: Josh Rosen <joshrosen@databricks.com>
    Author: Timothy Hunter <timhunter@databricks.com>
    
    Closes #10049 from JoshRosen/fix-doc-build.
Loading