Docs: Update favicon

Use a higher resolution PNG version of the icon, matching other
websites related to development.

The previous favicon.ico is from the days of the old Typo3 blender.org

Part of infrastructure/blender-org#57107
This commit is contained in:
Pablo Vazquez
2024-06-05 19:20:00 +02:00
parent 84c4ddbbb9
commit 561f26e31a
3 changed files with 1 additions and 1 deletions

View File

@@ -105,7 +105,7 @@ html_context = {
"commit": "{:s} - {:s}".format(BLENDER_VERSION_HASH_HTML_LINK, BLENDER_VERSION_DATE),
}
html_extra_path = ["static"]
html_favicon = "static/favicon.ico"
html_favicon = "static/favicon.png"
html_logo = "static/blender_logo.svg"
# Disable default `last_updated` value, since this is the date of doc generation, not the one of the source commit.
html_last_updated_fmt = None