This is an automated email from the ASF dual-hosted git repository.

gurwls223 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new bccbb5130d17 [SPARK-53120][DOCS] Recover _source directory for PySpark 
documentation
bccbb5130d17 is described below

commit bccbb5130d174d5b189629a3e295ec248fbb32f6
Author: Hyukjin Kwon <gurwls...@apache.org>
AuthorDate: Tue Aug 5 11:15:14 2025 +0900

    [SPARK-53120][DOCS] Recover _source directory for PySpark documentation
    
    ### What changes were proposed in this pull request?
    
    This PR is a revert of https://github.com/apache/spark/pull/47686
    
    ### Why are the changes needed?
    
    See https://github.com/apache/spark/pull/47686#issuecomment-3153001167
    
    ### Does this PR introduce _any_ user-facing change?
    
    Yes, documentation. Show Sources button should work.
    
    ### How was this patch tested?
    
    Manually.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No
    
    Closes #51839 from HyukjinKwon/SPARK-53120.
    
    Authored-by: Hyukjin Kwon <gurwls...@apache.org>
    Signed-off-by: Hyukjin Kwon <gurwls...@apache.org>
---
 docs/_plugins/build_api_docs.rb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docs/_plugins/build_api_docs.rb b/docs/_plugins/build_api_docs.rb
index 590b1c3bd93d..918d99cd2d02 100644
--- a/docs/_plugins/build_api_docs.rb
+++ b/docs/_plugins/build_api_docs.rb
@@ -168,7 +168,6 @@ def build_python_docs
   mkdir_p "api/python"
 
   puts "cp -r ../python/docs/build/html/. api/python"
-  rm_r("../python/docs/build/html/_sources")
   cp_r("../python/docs/build/html/.", "api/python")
 end
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to