diff options
author | rebortg <github@ghlr.de> | 2022-10-21 12:43:12 +0200 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2022-10-21 12:46:05 +0200 |
commit | 5aa9687b3d65f761fd0df13e48ce208b54eb4164 (patch) | |
tree | e9643356fdb57b62e5732d0ccf0789e6594e1994 /docs/conf.py | |
parent | 1ba53d2138964b96fa4bd866dcc86b3b1d59c5b1 (diff) | |
download | vyos-documentation-5aa9687b3d65f761fd0df13e48ce208b54eb4164.tar.gz vyos-documentation-5aa9687b3d65f761fd0df13e48ce208b54eb4164.zip |
prepare transifex
(cherry picked from commit e59f1ef3fffe90e66e98af6638bd8cc6f599657e)
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index 661ff06d..497809d6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -69,6 +69,12 @@ master_doc = 'index' # Usually you set "language" from the command line for these cases. language = None +# https://docs.readthedocs.io/en/stable/guides/manage-translations-sphinx.html#create-translatable-files +locale_dirs = ['_locale/'] +gettext_compact = False +gettext_uuid = True + + # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This pattern also affects html_static_path and html_extra_path . |