# HG changeset patch # User Anton Shestakov # Date 1699731313 10800 # Node ID c77bbd1adeee9d84e9a1a624dcabad28fbc27093 # Parent ff2ba083f8b47cd8383b2ae192d1eb9565b0d758 docs: use full path to logo-evolve.ico in html_favicon Apparently it's required, even though the comment is kind of vague on this account? Anyway, the warning during docs building is gone. diff -r ff2ba083f8b4 -r c77bbd1adeee docs/conf.py --- a/docs/conf.py Fri Nov 03 15:44:25 2023 -0300 +++ b/docs/conf.py Sat Nov 11 16:35:13 2023 -0300 @@ -98,7 +98,7 @@ # The name of an image file (within the static path) to use as favicon of the # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 # pixels large. -html_favicon = 'logo-evolve.ico' +html_favicon = 'static/logo-evolve.ico' # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files,