Update conf.py

This commit is contained in:
Andrei 2023-12-13 22:03:09 +03:00
parent c9f3011c11
commit c84580204a
1 changed files with 1 additions and 1 deletions

View File

@ -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