Mercurial > evolve
comparison docs/conf.py @ 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 | 4b6b559b92c8 |
children |
comparison
equal
deleted
inserted
replaced
6607:ff2ba083f8b4 | 6608:c77bbd1adeee |
---|---|
96 # html_logo = 'logo-evolve.svg' | 96 # html_logo = 'logo-evolve.svg' |
97 | 97 |
98 # The name of an image file (within the static path) to use as favicon of the | 98 # The name of an image file (within the static path) to use as favicon of the |
99 # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 | 99 # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 |
100 # pixels large. | 100 # pixels large. |
101 html_favicon = 'logo-evolve.ico' | 101 html_favicon = 'static/logo-evolve.ico' |
102 | 102 |
103 # Add any paths that contain custom static files (such as style sheets) here, | 103 # Add any paths that contain custom static files (such as style sheets) here, |
104 # relative to this directory. They are copied after the builtin static files, | 104 # relative to this directory. They are copied after the builtin static files, |
105 # so a file named "default.css" will overwrite the builtin "default.css". | 105 # so a file named "default.css" will overwrite the builtin "default.css". |
106 html_static_path = ['static'] | 106 html_static_path = ['static'] |