Skip to content

Commit

Permalink
Add Apache attribution to site footer
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Jan 5, 2024
1 parent 819d357 commit 04d277f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions docs/source/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,24 @@
{# Silence the navbar #}
{% block docs_navbar %}
{% endblock %}

<!--
Custom footer
-->
{% block footer %}
<!-- Based on pydata_sphinx_theme/footer.html -->
<footer class="footer mt-5 mt-md-0">
<div class="container">
{% for footer_item in theme_footer_items %}
<div class="footer-item">
{% include footer_item %}
</div>
{% endfor %}
<div class="footer-item">
<p>Apache Arrow DataFusion, Arrow DataFusion, Apache, the Apache feather logo, and the Apache Arrow DataFusion project logo</p>
<p>are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries.</p>
</div>
</div>
</footer>

{% endblock %}
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down

0 comments on commit 04d277f

Please sign in to comment.