This commit is contained in:
David Lord 2025-06-09 14:31:31 -07:00
parent f04c5e6964
commit a758915893
No known key found for this signature in database
GPG key ID: 43368A7AA8CC5926
9 changed files with 9 additions and 3 deletions

View file

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