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/",