From e1fd5ed341fd1aab9f87f2c4fc421863d39c552a Mon Sep 17 00:00:00 2001 From: "kujiu (@uberwald)" Date: Fri, 18 Aug 2023 01:23:47 +0200 Subject: [PATCH] Fix favicon --- source/conf.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/conf.py b/source/conf.py index 09cdc8f..99ad07d 100644 --- a/source/conf.py +++ b/source/conf.py @@ -17,8 +17,10 @@ use_ablog = True use_bibtex = False use_git = True language = 'fr' -html_favicon = '_static/favicon.ico' -html_extra_path = ["_static/robots.txt"] +html_extra_path = [ + "_static/robots.txt", + "_static/favicon.ico", +] version = "0.1" release = "0.1"