Skip to content

Commit a111703

Browse files
Replace logo with text-free icon for README and docs
Add icon.png (transparent background, trimmed) and rename the original logo.png to icon_with_text.png for future use. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7722821 commit a111703

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<div align="center">
44

5-
<img src="docs/_static/logo.png" alt="PyAthena logo" width="200">
5+
<img src="docs/_static/icon.png" alt="PyAthena logo" width="200">
66

77
| | |
88
| --- | --- |

docs/_static/icon.png

2.8 MB
Loading

docs/_static/icon_with_text.png

3.3 MB
Loading

docs/_static/logo.png

-2.03 MB
Binary file not shown.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +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"
165+
html_logo = "_static/icon.png"
166166
html_static_path = ["_static"]
167167
html_css_files = [
168168
"custom.css",

0 commit comments

Comments
 (0)