You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2023/09/15 02:13:51 UTC

[arrow-flight-sql-postgresql] branch main updated: Set favicon (#138)

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

kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-flight-sql-postgresql.git


The following commit(s) were added to refs/heads/main by this push:
     new 9625904  Set favicon (#138)
9625904 is described below

commit 962590425085b3eb8778599b09169934067580a6
Author: Sutou Kouhei <ko...@clear-code.com>
AuthorDate: Fri Sep 15 11:13:47 2023 +0900

    Set favicon (#138)
    
    Closes GH-117
---
 doc/source/_static/favicon.ico | Bin 0 -> 15086 bytes
 doc/source/conf.py             |   1 +
 2 files changed, 1 insertion(+)

diff --git a/doc/source/_static/favicon.ico b/doc/source/_static/favicon.ico
new file mode 100644
index 0000000..33a554a
Binary files /dev/null and b/doc/source/_static/favicon.ico differ
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 8bc7247..809f31c 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -104,3 +104,4 @@ html_context = {
     'doc_path': 'doc/source',
 }
 html_static_path = ['_static']
+html_favicon = "_static/favicon.ico"