andygrove commented on code in PR #973:
URL: https://github.com/apache/arrow-ballista/pull/973#discussion_r1483099756
##########
docs/source/_templates/layout.html:
##########
@@ -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>
Review Comment:
```suggestion
<p>Apache Arrow Ballista, Arrow Ballista, Apache, the Apache feather
logo, and the Apache Arrow Ballista project logo</p>
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]