From e0550a849c5d5069ee93288c4a093641aa12beb4 Mon Sep 17 00:00:00 2001 From: arxyzan Date: Sat, 19 Aug 2023 18:52:28 +0330 Subject: [PATCH] Add `html_favicon` to `conf.py` --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index e64882c9..ef5bb4f3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -47,3 +47,4 @@ html_static_path = ['_static'] html_logo = "hezar_logo.svg" +html_favicon = "hezar_logo.svg" \ No newline at end of file