diff --git a/source/conf.py b/source/conf.py index 1030cab..e35359e 100644 --- a/source/conf.py +++ b/source/conf.py @@ -17,8 +17,10 @@ use_ablog = True use_bibtex = True 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 = "6.0" release = "6.0"