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

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


The following commit(s) were added to refs/heads/branch-3.3 by this push:
     new 454abbfd66b [SPARK-44729][PYTHON][DOCS][3.3] Add canonical links to 
the PySpark docs page
454abbfd66b is described below

commit 454abbfd66be20ab7e8b8342b4e9c25c1332be14
Author: panbingkun <pbk1...@gmail.com>
AuthorDate: Mon Oct 9 13:53:34 2023 -0700

    [SPARK-44729][PYTHON][DOCS][3.3] Add canonical links to the PySpark docs 
page
    
    ### What changes were proposed in this pull request?
    The pr aims to add canonical links to the PySpark docs page, backport this 
to branch 3.3.
    Master branch pr: https://github.com/apache/spark/pull/42425.
    
    ### Why are the changes needed?
    Backport this to branch 3.3.
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    - Pass GA.
    - Manually test.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No.
    
    Closes #43286 from panbingkun/branch-3.3_SPARK-44729.
    
    Authored-by: panbingkun <pbk1...@gmail.com>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 python/docs/source/conf.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/python/docs/source/conf.py b/python/docs/source/conf.py
index e1bc4006393..2e2b5201262 100644
--- a/python/docs/source/conf.py
+++ b/python/docs/source/conf.py
@@ -248,6 +248,8 @@ html_use_index = False
 # Output file base name for HTML help builder.
 htmlhelp_basename = 'pysparkdoc'
 
+# The base URL which points to the root of the HTML documentation.
+html_baseurl = 'https://spark.apache.org/docs/latest/api/python'
 
 # -- Options for LaTeX output ---------------------------------------------
 


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

Reply via email to