mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 13:40:07 +00:00
PT-2171 Fix the blurry favicon.ico (#577)
new file: config/sphinx-build/_static/percona-favicon.ico deleted: config/sphinx-build/_static/percona_favicon.ico modified: config/sphinx-build/conf-material/conf.py Co-authored-by: Alina Derkach <“alina.derkach@percona.com”>
This commit is contained in:
BIN
config/sphinx-build/_static/percona-favicon.ico
Normal file
BIN
config/sphinx-build/_static/percona-favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Binary file not shown.
Before Width: | Height: | Size: 894 B |
@@ -18,7 +18,7 @@ html_theme_options = {
|
|||||||
'version_dropdown': True
|
'version_dropdown': True
|
||||||
}
|
}
|
||||||
html_logo = '../_static/percona-logo.svg'
|
html_logo = '../_static/percona-logo.svg'
|
||||||
html_favicon = '../_static/percona_favicon.ico'
|
html_favicon = '../_static/percona-favicon.ico'
|
||||||
pygments_style = 'emacs'
|
pygments_style = 'emacs'
|
||||||
gitstamp_fmt = "%b %d, %Y"
|
gitstamp_fmt = "%b %d, %Y"
|
||||||
# Specify the text pattern that won't be copied with the code block contents
|
# Specify the text pattern that won't be copied with the code block contents
|
||||||
|
Reference in New Issue
Block a user