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

gaogaotiantian 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 5a63d3a989a1 [SPARK-57983][INFRA] Add python/docs to doc module
5a63d3a989a1 is described below

commit 5a63d3a989a1aee4c9000e2137b00bde204b2706
Author: Tian Gao <[email protected]>
AuthorDate: Tue Jul 7 13:19:30 2026 -0700

    [SPARK-57983][INFRA] Add python/docs to doc module
    
    ### What changes were proposed in this pull request?
    
    Add `python/docs` to `doc` module.
    
    ### Why are the changes needed?
    
    `doc` module should run in CI when `python/docs` is changed.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    CI.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #57061 from gaogaotiantian/move-python-docs.
    
    Authored-by: Tian Gao <[email protected]>
    Signed-off-by: Tian Gao <[email protected]>
---
 dev/sparktestsupport/modules.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev/sparktestsupport/modules.py b/dev/sparktestsupport/modules.py
index 8f1395341884..48e9fab4aa2b 100644
--- a/dev/sparktestsupport/modules.py
+++ b/dev/sparktestsupport/modules.py
@@ -1621,6 +1621,7 @@ docs = Module(
     dependencies=[],
     source_file_regexes=[
         "docs/",
+        "python/docs/",
     ],
 )
 


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

Reply via email to