add gettext config for docs

This commit is contained in:
David Lord 2024-11-20 19:37:06 -08:00
parent bc098406af
commit 18ffe1eaf6
No known key found for this signature in database
GPG Key ID: 43368A7AA8CC5926
1 changed files with 3 additions and 0 deletions

View File

@ -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 -----------------------------------------------------