diff options
author | rebortg <github@ghlr.de> | 2023-07-31 21:13:58 +0200 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2023-07-31 21:13:58 +0200 |
commit | abd23045bc3bc06fcd6475e3e616056c1870ab0c (patch) | |
tree | aa6d885749c04a688d3b44df775f1f0a20bca39a /docs/conf.py | |
parent | f0175e1638e2974f009e50d8eea8190fe86d8c85 (diff) | |
download | vyos-documentation-abd23045bc3bc06fcd6475e3e616056c1870ab0c.tar.gz vyos-documentation-abd23045bc3bc06fcd6475e3e616056c1870ab0c.zip |
add translation feature
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py index 23b595aa..4807472e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -72,12 +72,12 @@ master_doc = 'index' # # This is also used if you do content translation via gettext catalogs. # Usually you set "language" from the command line for these cases. -language = None +language = "en" # https://docs.readthedocs.io/en/stable/guides/manage-translations-sphinx.html#create-translatable-files locale_dirs = ['_locale/'] -gettext_compact = False -gettext_uuid = True +gettext_compact = True +gettext_uuid = False # List of patterns, relative to source directory, that match files and |