Skip to content

Commit a079971

Browse files
timsaucerclaude
andcommitted
docs: use a dark-mode variant of the logo
The header logo was the same SVG in both color modes; the light-colored wordmark was hard to read on the dark theme. Point the theme's image_dark at a new original_dark.svg whose wordmark uses light strokes. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 91a1b04 commit a079971

2 files changed

Lines changed: 32 additions & 1 deletion

File tree

Lines changed: 31 additions & 0 deletions
Loading

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def setup(sphinx) -> None:
144144
"show_toc_level": 2,
145145
"logo": {
146146
"image_light": "_static/images/original.svg",
147-
"image_dark": "_static/images/original.svg",
147+
"image_dark": "_static/images/original_dark.svg",
148148
"alt_text": "Apache DataFusion in Python",
149149
},
150150
"navbar_start": ["navbar-logo"],

0 commit comments

Comments
 (0)