This is an automated email from the ASF dual-hosted git repository.
skrawcz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/burr.git
The following commit(s) were added to refs/heads/main by this push:
new f499c42d Add favicon to Burr documentation
f499c42d is described below
commit f499c42d6968fab79fe8384d77dab1ed7d0885e4
Author: Emmanuel Ferdman <[email protected]>
AuthorDate: Fri Aug 15 17:11:18 2025 +0300
Add favicon to Burr documentation
Signed-off-by: Emmanuel Ferdman <[email protected]>
---
docs/_static/favicon.ico | Bin 0 -> 15086 bytes
docs/conf.py | 1 +
2 files changed, 1 insertion(+)
diff --git a/docs/_static/favicon.ico b/docs/_static/favicon.ico
new file mode 100644
index 00000000..285da872
Binary files /dev/null and b/docs/_static/favicon.ico differ
diff --git a/docs/conf.py b/docs/conf.py
index efa9e0a8..38a07ed5 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -31,6 +31,7 @@ exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
html_theme = "furo"
html_static_path = ["_static"]
+html_favicon = "_static/favicon.ico"
html_css_files = [
"custom.css",