diff options
author | Robert Göhler <github@ghlr.de> | 2023-08-27 21:14:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-27 21:14:39 +0200 |
commit | 093055473bb6acba323db69e8e4cbc4c8ac5edca (patch) | |
tree | 54b261d0577c48a53695d6cf8392cb130ed2ae0a /docs | |
parent | 02aafc3df3abebb58832c62ded26c495363ebb3a (diff) | |
parent | 355b459f22544c97bd0332ff06dee1d39a05ac07 (diff) | |
download | vyos-documentation-093055473bb6acba323db69e8e4cbc4c8ac5edca.tar.gz vyos-documentation-093055473bb6acba323db69e8e4cbc4c8ac5edca.zip |
Merge pull request #1066 from rebortg/localazy-3
Setup translation with localazy
Diffstat (limited to 'docs')
-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 |