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

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


The following commit(s) were added to refs/heads/branch-3.5 by this push:
     new 2524c0a6d578 Revert "[SPARK-49182][DOCS][PYTHON] Stop publish 
site/docs/{version}/api/python/_sources dir"
2524c0a6d578 is described below

commit 2524c0a6d578136ff63b0a949ab9a90602c4f3e8
Author: Hyukjin Kwon <gurwls...@apache.org>
AuthorDate: Tue Aug 5 11:16:56 2025 +0900

    Revert "[SPARK-49182][DOCS][PYTHON] Stop publish 
site/docs/{version}/api/python/_sources dir"
    
    This reverts commit 0e2d757660212d679118e587f921e640720f9245.
---
 docs/_plugins/copy_api_dirs.rb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docs/_plugins/copy_api_dirs.rb b/docs/_plugins/copy_api_dirs.rb
index bafc47997455..28d5e0d82c93 100644
--- a/docs/_plugins/copy_api_dirs.rb
+++ b/docs/_plugins/copy_api_dirs.rb
@@ -136,7 +136,6 @@ if not (ENV['SKIP_API'] == '1')
     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