This commit is contained in:
David Lord 2025-06-12 13:46:49 -07:00
parent f17d986948
commit 85cc710464
No known key found for this signature in database
GPG key ID: 43368A7AA8CC5926
8 changed files with 48 additions and 52 deletions

View file

@ -59,7 +59,7 @@ html_sidebars = {
singlehtml_sidebars = {"index": ["project.html", "localtoc.html", "ethicalads.html"]}
html_static_path = ["_static"]
html_favicon = "_static/flask-icon.svg"
html_logo = "_static/flask-vertical.svg"
html_logo = "_static/flask-logo.svg"
html_title = f"Flask Documentation ({version})"
html_show_sourcelink = False