From abd23045bc3bc06fcd6475e3e616056c1870ab0c Mon Sep 17 00:00:00 2001 From: rebortg Date: Mon, 31 Jul 2023 21:13:58 +0200 Subject: add translation feature --- docs/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') 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 -- cgit v1.2.3