Mercurial > evolve
changeset 6608:c77bbd1adeee
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.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Sat, 11 Nov 2023 16:35:13 -0300 |
parents | ff2ba083f8b4 |
children | c92d2c61dec8 |
files | docs/conf.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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,