doc: Comment out language option

The previous commit 8f784480a3 hard-coded
the language option to the default value ('en') but it is not required
unless the option is explicitly defined.

Change-Id: Ic2b9b44409859e791ff341ba34a0a036839e3728
This commit is contained in:
Takashi Kajinami 2022-06-06 23:16:31 +09:00
parent 8f784480a3
commit e6e4c8111d
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ copyright = 'OpenStack Foundation'
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = 'en'
# language = None
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.