Skip to content

Commit 874db73

Browse files
Add header banner image to documentation index page
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ef06852 commit 874db73

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

docs/_static/custom.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,10 @@ img.sidebar-logo {
1414
table.docutils {
1515
margin-left: 0;
1616
margin-right: auto;
17-
}
17+
}
18+
19+
/* Header banner image */
20+
.image-reference img[alt="PyAthena"] {
21+
border-radius: 16px;
22+
margin-bottom: 1rem;
23+
}

docs/_static/header.png

581 KB
Loading

docs/index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
.. _pyathena:
22

3+
.. image:: _static/header.png
4+
:alt: PyAthena
5+
:width: 100%
6+
37
PyAthena
48
========
59

0 commit comments

Comments
 (0)