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:
Alina Derkach
2023-01-25 18:46:26 +02:00
committed by GitHub
parent 78b68b6ead
commit 58705e59ff
3 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 894 B

View File

@@ -18,7 +18,7 @@ html_theme_options = {
'version_dropdown': True
}
html_logo = '../_static/percona-logo.svg'
html_favicon = '../_static/percona_favicon.ico'
html_favicon = '../_static/percona-favicon.ico'
pygments_style = 'emacs'
gitstamp_fmt = "%b %d, %Y"
# Specify the text pattern that won't be copied with the code block contents