You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2024/01/15 14:02:53 UTC

(arrow) branch main updated: GH-39504: [Docs] Update footer in main sphinx docs with correct attribution (#39505)

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

alenka 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 7acbaf45ce GH-39504: [Docs] Update footer in main sphinx docs with correct attribution (#39505)
7acbaf45ce is described below

commit 7acbaf45ce2d5be31e70b552d1a24476c67383e6
Author: Joris Van den Bossche <jo...@gmail.com>
AuthorDate: Mon Jan 15 15:02:45 2024 +0100

    GH-39504: [Docs] Update footer in main sphinx docs with correct attribution (#39505)
    
    
    * Closes: #39504
    
    Lead-authored-by: Joris Van den Bossche <jo...@gmail.com>
    Co-authored-by: Alenka Frim <Al...@users.noreply.github.com>
    Signed-off-by: AlenkaF <fr...@gmail.com>
---
 docs/source/conf.py | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/docs/source/conf.py b/docs/source/conf.py
index cde0c2b31f..5af7b7955f 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -201,7 +201,12 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'Apache Arrow'
-copyright = f'2016-{datetime.datetime.now().year} Apache Software Foundation'
+copyright = (
+    f"2016-{datetime.datetime.now().year} Apache Software Foundation.\n"
+    "Apache Arrow, Arrow, Apache, the Apache feather logo, and the Apache Arrow "
+    "project logo are either registered trademarks or trademarks of The Apache "
+    "Software Foundation in the United States and other countries"
+)
 author = u'Apache Software Foundation'
 
 # The version info for the project you're documenting, acts as replacement for