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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user