diff --git a/docs/_static/favicon-144.png b/docs/_static/favicon-144.png new file mode 100644 index 0000000..ddac314 Binary files /dev/null and b/docs/_static/favicon-144.png differ diff --git a/docs/conf.py b/docs/conf.py index e37a533..96b6f0a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -215,7 +215,13 @@ "rel": "icon", "href": "favicon.svg", "type": "image/svg+xml" - }, + }, + { + "rel": "icon", + "sizes": "144x144", + "href": "favicon-144.png", + "type": "image/png" + }, { "rel": "mask-icon", "href": "favicon_mask-icon.svg",