# HG changeset patch # User Anton Shestakov # Date 1699731313 10800 # Node ID 532ffb4ba9de0518df505e898163b3eb479d99ab # Parent 24f0b9c04ada97f20f6154483ff2b91202f392f7 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 --git a/docs/conf.py b/docs/conf.py --- a/docs/conf.py +++ b/docs/conf.py @@ -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,