From 7517414552f7cbf59781109b51f335a71cb432a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20Huczy=C5=84ski?= Date: Thu, 31 Oct 2024 10:17:39 +0100 Subject: [PATCH] add favicon to ifcopenshell-python and bonsaibim docs --- src/bonsai/docs/conf.py | 1 + src/ifcopenshell-python/docs/conf.py | 1 + 2 files changed, 2 insertions(+) diff --git a/src/bonsai/docs/conf.py b/src/bonsai/docs/conf.py index 45f051fec5..2b54fe6e9c 100644 --- a/src/bonsai/docs/conf.py +++ b/src/bonsai/docs/conf.py @@ -85,6 +85,7 @@ html_css_files = ["custom.css"] pygments_style = "one-dark" pygments_dark_style = "one-dark" +html_favicon = "https://bonsaibim.org/assets/images/blender/blender-logo.png" html_logo = "https://bonsaibim.org/assets/images/blender/blender-logo.png" html_theme_options = { "source_repository": "https://github.com/IfcOpenShell/IfcOpenShell/", diff --git a/src/ifcopenshell-python/docs/conf.py b/src/ifcopenshell-python/docs/conf.py index 6dbb9d6b07..1f60e2f163 100644 --- a/src/ifcopenshell-python/docs/conf.py +++ b/src/ifcopenshell-python/docs/conf.py @@ -149,6 +149,7 @@ html_css_files = ["custom.css"] pygments_style = "one-dark" pygments_dark_style = "one-dark" +html_favicon = "https://ifcopenshell.org/assets/images/logo.png" html_logo = "https://ifcopenshell.org/assets/images/logo.png" html_theme_options = { "source_repository": "https://github.com/IfcOpenShell/IfcOpenShell/",