From fa1417c4f6f04f3d6d79ef5d41c399782073718c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20Ainsworth?= Date: Wed, 26 Oct 2022 22:19:03 +0200 Subject: [PATCH] Fix missing favicon --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index c3d3264be..16fae6ee3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -134,7 +134,7 @@ html_context = { "gitlab_url": "https://dev.funkwhale.audio/funkwhale/funkwhale", } html_logo = "logo.svg" -html_favicon = "../front/public/favicon.png" +html_favicon = "../front/public/favicon.ico" # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files,