Improve tray icon images (#1736)

This commit is contained in:
ns6089
2023-10-15 20:18:11 +03:00
committed by GitHub
parent adcf2cd5a3
commit a003f02ec3
11 changed files with 67 additions and 6 deletions

View File

@@ -69,7 +69,7 @@ source_suffix = ['.rst', '.md']
# -- Options for HTML output -------------------------------------------------
# images
html_favicon = os.path.join(root_dir, 'src_assets', 'common', 'assets', 'web', 'images', 'favicon.ico')
html_favicon = os.path.join(root_dir, 'src_assets', 'common', 'assets', 'web', 'images', 'sunshine.ico')
html_logo = os.path.join(root_dir, 'sunshine.png')
# Add any paths that contain custom static files (such as style sheets) here,