andygrove commented on code in PR #4353:
URL: https://github.com/apache/datafusion-comet/pull/4353#discussion_r3251872123
##########
docs/source/_templates/layout.html:
##########
@@ -17,25 +17,70 @@
under the License.
-->
+{# Comet docs layout — extends pydata_sphinx_theme to add a project footer.
+ All client-side enhancements live in _static/comet-ux.js, registered via
+ html_js_files in conf.py. #}
+
{% extends "pydata_sphinx_theme/layout.html" %}
-<!--
- 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 %}
+<footer class="comet-footer">
+ <div class="comet-footer__inner">
+
+ <!-- Brand: logo, tagline, copyright -->
+ <div class="comet-footer__brand">
+ <img src="{{ pathto('_static/images/DataFusionComet-Logo-Light.png', 1)
}}"
+ class="comet-footer__logo only-light"
+ alt="Apache DataFusion Comet" />
+ <img src="{{ pathto('_static/images/DataFusionComet-Logo-Dark.png', 1)
}}"
+ class="comet-footer__logo only-dark pst-js-only"
+ alt="Apache DataFusion Comet" />
+ <p class="comet-footer__tagline">
+ A high-performance accelerator for Apache Spark,<br/>built on Apache
DataFusion.
+ </p>
+ <p class="comet-footer__copy">
+ © 2023–2024 Apache Software Foundation.<br/>
Review Comment:
```suggestion
© 2023–2026 Apache Software Foundation.<br/>
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]