From b843ee6e53302aa8208ebd52845fb11356194a71 Mon Sep 17 00:00:00 2001 From: Andrei Date: Wed, 13 Dec 2023 21:15:26 +0300 Subject: [PATCH] Update conf.py --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 082ba8e..90bc08e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -37,7 +37,7 @@ exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] html_theme = "jinja" html_theme_options = {"index_sidebar_logo": False} html_static_path = ["_static"] -html_favicon = "_static/AntiCaptchaESm.png" +html_favicon = "_static/AntiCaptcha.png" html_logo = "_static/AntiCaptcha.png" html_title = f"python3-anticaptcha ({__version__})" html_show_sourcelink = False