Skip to content

Commit 9e933fc

Browse files
timsaucerclaude
andcommitted
docs: add favicon matching the main datafusion site
Drop in the same favicon.svg the main datafusion.apache.org site uses (just the Apache DataFusion mark, no wordmark) and wire it through html_favicon. Browsers and bookmarks now show the project icon instead of the generic Sphinx page glyph. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent fd74a26 commit 9e933fc

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

docs/source/_static/favicon.svg

Lines changed: 10 additions & 0 deletions
Loading

docs/source/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ def setup(sphinx) -> None:
156156
# so a file named "default.css" will overwrite the builtin "default.css".
157157
html_static_path = ["_static"]
158158

159+
html_favicon = "_static/favicon.svg"
160+
159161
# Copy agent-facing files (llms.txt) verbatim to the site root so they
160162
# resolve at conventional URLs like `https://.../python/llms.txt`.
161163
html_extra_path = ["llms.txt"]

0 commit comments

Comments
 (0)