From: Leandro Lucarella Date: Mon, 19 Oct 2020 21:18:12 +0000 (+0200) Subject: Add favicon X-Git-Url: https://git.llucax.com/personal/website.git/commitdiff_plain/38bf98b8e93088ad7c414c96563b051a4b012111 Add favicon --- diff --git a/source/_static/favicon.png b/source/_static/favicon.png new file mode 100644 index 0000000..7c241d8 Binary files /dev/null and b/source/_static/favicon.png differ diff --git a/source/conf.py b/source/conf.py index 5684c71..67fcd1a 100644 --- a/source/conf.py +++ b/source/conf.py @@ -120,7 +120,7 @@ html_short_title = "Luca's Web" # The name of an image file (within the static path) to use as favicon of the # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 # pixels large. -#html_favicon = None +html_favicon = "_static/favicon.png" # 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,