Mercurial > p > roundup > code
diff website/www/conf.py @ 6783:8291903b825a
fix icon path.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 12 Jul 2022 23:46:52 -0400 |
| parents | d669f96dc580 |
| children | 502fb803fc22 |
line wrap: on
line diff
--- a/website/www/conf.py Tue Jul 12 23:18:19 2022 -0400 +++ b/website/www/conf.py Tue Jul 12 23:46:52 2022 -0400 @@ -121,7 +121,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 = 'favicon.ico' +html_favicon = '_static/favicon.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,
