From 3bf50f4f6e7c9ec6369a3b49dee278ae21dd3dde Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Sat, 2 Apr 2022 01:40:25 +0200 Subject: feat: add favicon.ico --- conf.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf.py') diff --git a/conf.py b/conf.py index 01d333c..77fa4a2 100644 --- a/conf.py +++ b/conf.py @@ -84,6 +84,8 @@ smartquotes = False # -- Options for HTML output ------------------------------------------------- +html_favicon = '_static/favicon.ico' + # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. html_theme = 'sphinx_rtd_theme' -- cgit v1.2.3