Update conf.py
This commit is contained in:
parent
c9f3011c11
commit
c84580204a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue