diff --git a/docs/conf.py b/docs/conf.py index 860257e..044bd6c 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/AntiCaptcha.png" +html_favicon = "_static/favicon.png" html_logo = "_static/AntiCaptcha.png" html_title = f"python3-anticaptcha ({__version__})" html_show_sourcelink = False