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

jorisvandenbossche pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 6a22a1dee7 GH-39291: [Docs] Remove the "Show source" links from doc 
pages (#40167)
6a22a1dee7 is described below

commit 6a22a1dee78b0f7daa7e4d8793d663e29a5712a6
Author: Divyansh200102 <[email protected]>
AuthorDate: Wed Feb 21 20:00:24 2024 +0530

    GH-39291: [Docs] Remove the "Show source" links from doc pages (#40167)
    
    
    
    ### Rationale for this change
    To fix the show source button links to 404 page problem
    
    ### What changes are included in this PR?
    The show source button link will be removed.
    
    ### Are these changes tested?
    Not yet
    
    ### Are there any user-facing changes?
    Yes
    
    * Closes: #39291
    * GitHub Issue: #39291
    
    Authored-by: Divyansh200102 <[email protected]>
    Signed-off-by: Joris Van den Bossche <[email protected]>
---
 docs/source/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/source/conf.py b/docs/source/conf.py
index 5af7b7955f..c6be6cb94c 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -414,7 +414,7 @@ html_baseurl = "https://arrow.apache.org/docs/";
 
 # If true, links to the reST sources are added to the pages.
 #
-# html_show_sourcelink = True
+html_show_sourcelink = False
 
 # If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
 #

Reply via email to