Skip to content

Commit 51ac398

Browse files
Add project logo to README and documentation
Add PyAthena logo (owl with Athena helmet and Python snake) generated with Nano-Banana Pro (Gemini 3 Pro Image). The logo is displayed in the Furo theme sidebar for documentation and at the top of the README. - Add transparent PNG logo to docs/_static/logo.png - Add logo image and Nano-Banana Pro attribution to README.rst - Configure html_logo in docs/conf.py for Furo sidebar display - Add custom CSS for sidebar logo styling Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9d65171 commit 51ac398

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

README.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717
:target: https://mypy-lang.org/
1818
:alt: mypy
1919

20+
.. image:: docs/_static/logo.png
21+
:alt: PyAthena logo
22+
:align: center
23+
:width: 200
24+
2025
PyAthena
2126
========
2227

@@ -99,3 +104,8 @@ Links
99104
- PyPI Releases: https://pypi.org/project/PyAthena/
100105
- Source Code: https://github.com/laughingman7743/PyAthena/
101106
- Issue Tracker: https://github.com/laughingman7743/PyAthena/issues
107+
108+
Logo
109+
----
110+
111+
The PyAthena logo was generated using `Nano-Banana Pro <https://deepmind.google/models/gemini-image/pro/>`_ (Gemini 3 Pro Image).

docs/_static/logo.png

2.03 MB
Loading

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ def setup(app):
162162
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
163163

164164
html_theme = "furo"
165+
html_logo = "_static/logo.png"
165166
html_static_path = ["_static"]
166167
html_css_files = [
167168
"custom.css",

0 commit comments

Comments
 (0)