From 0afea8088cac63c6d0c74530ad54833795640b9c Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Fri, 5 Jan 2024 07:26:31 -0500 Subject: [PATCH] Add Apache attribution to site footer --- docs/source/_templates/layout.html | 21 +++++++++++++++++++++ docs/source/conf.py | 6 +++--- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/docs/source/_templates/layout.html b/docs/source/_templates/layout.html index a9d0f30bcf8ea..9f7880049856e 100644 --- a/docs/source/_templates/layout.html +++ b/docs/source/_templates/layout.html @@ -3,3 +3,24 @@ {# Silence the navbar #} {% block docs_navbar %} {% endblock %} + + +{% block footer %} + + + +{% endblock %} diff --git a/docs/source/conf.py b/docs/source/conf.py index 3fa6c6091d6fa..becece330d1af 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -33,9 +33,9 @@ # -- Project information ----------------------------------------------------- -project = 'Arrow DataFusion' -copyright = '2023, Apache Software Foundation' -author = 'Arrow DataFusion Authors' +project = 'Apache Arrow DataFusion' +copyright = '2019-2024, Apache Software Foundation' +author = 'Apache Software Foundation' # -- General configuration ---------------------------------------------------