Skip to content

Commit ee03c4f

Browse files
doc: fix icon paths
Signed-off-by: manticore-projects <andreas@manticore-projects.com>
1 parent 761fd50 commit ee03c4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/site/sphinx/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
html_css_files = ["svg.css"]
4040

4141
html_theme_options = {
42-
"logo": "logo-no-background.svg",
42+
"logo": "_static/logo-no-background.svg",
4343
"logo_alt": "JSQL Parser",
44-
"favicon": "favicon.svg",
44+
"favicon": "_static/favicon.svg",
4545
"color_primary": "#0063db",
4646
"color_accent": "#d90000",
4747
"color_sidebar_bg": "#f5f6fa",

0 commit comments

Comments
 (0)