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 4520f3b2da0 [SPARK-45764][FOLLOWUP][PYTHON][DOCS] Remove upper bound 
for `sphinx-copybutton`
4520f3b2da0 is described below

commit 4520f3b2da01badb506488b6ff2899babd8c709e
Author: Haejoon Lee <[email protected]>
AuthorDate: Fri Nov 17 20:09:47 2023 +0900

    [SPARK-45764][FOLLOWUP][PYTHON][DOCS] Remove upper bound for 
`sphinx-copybutton`
    
    ### What changes were proposed in this pull request?
    
    This follow-ups for https://github.com/apache/spark/pull/43799 to remove 
upper bound for `sphinx-copybutton`
    
    ### Why are the changes needed?
    
    I think it's a good idea to take advantage of the latest version as long as 
a `sphinx-copybutton` runs properly with CI.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    The existing CI should pass.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #43861 from itholic/SPARK-45764-followup.
    
    Authored-by: Haejoon Lee <[email protected]>
    Signed-off-by: Hyukjin Kwon <[email protected]>
---
 dev/requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/requirements.txt b/dev/requirements.txt
index 715f1b2a01d..f222f99d583 100644
--- a/dev/requirements.txt
+++ b/dev/requirements.txt
@@ -37,7 +37,7 @@ numpydoc
 jinja2<3.0.0
 sphinx<3.1.0
 sphinx-plotly-directive
-sphinx-copybutton<0.5.3
+sphinx-copybutton
 docutils<0.18.0
 # See SPARK-38279.
 markupsafe==2.0.1


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

Reply via email to