This is an automated email from the ASF dual-hosted git repository.

lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 2e3178613 docs: add favicon (#4342)
2e3178613 is described below

commit 2e31786130de98c2a97dc1a604f921bd0573e3d6
Author: Emil Sadek <[email protected]>
AuthorDate: Sat May 23 18:05:11 2026 -0700

    docs: add favicon (#4342)
    
    Closes #4183
    
    <img width="508" height="179" alt="SCR-20260522-lzen"
    
src="https://github.com/user-attachments/assets/6e11e684-5f77-46f6-8346-6f95717788c6";
    />
    
    Co-authored-by: Emil Sadek <[email protected]>
---
 docs/source/_static/favicon.ico | Bin 0 -> 15086 bytes
 docs/source/conf.py             |   1 +
 2 files changed, 1 insertion(+)

diff --git a/docs/source/_static/favicon.ico b/docs/source/_static/favicon.ico
new file mode 100644
index 000000000..33a554a8a
Binary files /dev/null and b/docs/source/_static/favicon.ico differ
diff --git a/docs/source/conf.py b/docs/source/conf.py
index d8a164a8c..5c5653d6c 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -150,6 +150,7 @@ html_theme_options = {
     "source_branch": "main",
     "source_directory": "docs/source/",
 }
+html_favicon = "_static/favicon.ico"
 
 # -- Options for sphinx-recipe -----------------------------------------------
 

Reply via email to