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 d073ac4adcb7 [SPARK-58015][INFRA][FOLLOWUP] Add mkdocs to 
pyproject.toml
d073ac4adcb7 is described below

commit d073ac4adcb7bb244a737e4f6dcc9eae80896c0b
Author: Tian Gao <[email protected]>
AuthorDate: Wed Jul 15 11:37:21 2026 -0700

    [SPARK-58015][INFRA][FOLLOWUP] Add mkdocs to pyproject.toml
    
    ### What changes were proposed in this pull request?
    
    Add `mkdocs` to `pyproject.toml`.
    
    ### Why are the changes needed?
    
    `mkdocs` is needed for SQL documentation generation and it was originally 
listed in `requirements.txt`. I missed it when I migrate the list in 
https://github.com/apache/spark/pull/57093.
    
    ### 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 #57254 from gaogaotiantian/add-mkdocs.
    
    Authored-by: Tian Gao <[email protected]>
    Signed-off-by: Tian Gao <[email protected]>
---
 pyproject.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyproject.toml b/pyproject.toml
index 7e7ef55b68d4..2cecb42a9f0d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -175,6 +175,7 @@ _docs = [
     "nbsphinx",
     "numpydoc",
     "jinja2",
+    "mkdocs",
 ]
 
 _devtools = [


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

Reply via email to