[pre-commit.ci lite] apply automatic fixes
This commit is contained in:
parent
a486b9025e
commit
bc4b1593cc
2 changed files with 5 additions and 5 deletions
|
|
@ -62,9 +62,9 @@ html_favicon = "_static/flask-icon.svg"
|
||||||
html_logo = "_static/flask-logo.svg"
|
html_logo = "_static/flask-logo.svg"
|
||||||
html_title = f"Flask Documentation ({version})"
|
html_title = f"Flask Documentation ({version})"
|
||||||
html_show_sourcelink = False
|
html_show_sourcelink = False
|
||||||
html_static_path = ['_static']
|
html_static_path = ["_static"]
|
||||||
html_js_files = ['scrolltop.js']
|
html_js_files = ["scrolltop.js"]
|
||||||
html_css_files = ['scrolltop.css']
|
html_css_files = ["scrolltop.css"]
|
||||||
|
|
||||||
|
|
||||||
gettext_uuid = True
|
gettext_uuid = True
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue