mirror of https://github.com/pallets/flask.git
add gettext config for docs
This commit is contained in:
parent
bc098406af
commit
18ffe1eaf6
|
@ -62,6 +62,9 @@ html_logo = "_static/flask-vertical.png"
|
|||
html_title = f"Flask Documentation ({version})"
|
||||
html_show_sourcelink = False
|
||||
|
||||
gettext_uuid = True
|
||||
gettext_compact = False
|
||||
|
||||
# Local Extensions -----------------------------------------------------
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue