comparison 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
comparison
equal deleted inserted replaced
6782:a1868fe784d0 6783:8291903b825a
119 #html_logo = None 119 #html_logo = None
120 120
121 # The name of an image file (within the static path) to use as favicon of the 121 # The name of an image file (within the static path) to use as favicon of the
122 # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 122 # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
123 # pixels large. 123 # pixels large.
124 html_favicon = 'favicon.ico' 124 html_favicon = '_static/favicon.ico'
125 125
126 # Add any paths that contain custom static files (such as style sheets) here, 126 # Add any paths that contain custom static files (such as style sheets) here,
127 # relative to this directory. They are copied after the builtin static files, 127 # relative to this directory. They are copied after the builtin static files,
128 # so a file named "default.css" will overwrite the builtin "default.css". 128 # so a file named "default.css" will overwrite the builtin "default.css".
129 html_static_path = ['_static'] 129 html_static_path = ['_static']

Roundup Issue Tracker: http://roundup-tracker.org/