From 207ff728c940ff7d8bb317a83d22378b759c9292 Mon Sep 17 00:00:00 2001 From: Akihiro Nitta Date: Sat, 24 Oct 2020 20:02:06 +0900 Subject: [PATCH] Add favicon path (#4331) --- docs/source/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index eb45eecc57..c662e1e9c9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -177,6 +177,8 @@ html_theme_options = { html_logo = '_images/logos/lightning_logo-name.svg' +html_favicon = '_images/logos/lightning_icon.svg' + # 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, # so a file named "default.css" will overwrite the builtin "default.css".