diff options
author | rebortg <github@ghlr.de> | 2022-10-21 12:43:12 +0200 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2022-10-21 12:43:12 +0200 |
commit | e59f1ef3fffe90e66e98af6638bd8cc6f599657e (patch) | |
tree | 35ae9048685caeed0249b1860d5b8427250a9cae /docs/conf.py | |
parent | 3a6bc3f98b10b16fb0b7d4b3d41b6f88a9a6ad6c (diff) | |
download | vyos-documentation-e59f1ef3fffe90e66e98af6638bd8cc6f599657e.tar.gz vyos-documentation-e59f1ef3fffe90e66e98af6638bd8cc6f599657e.zip |
prepare transifex
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 b86c869c..23b595aa 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -74,6 +74,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 . |