doc: Comment out language option

... because explicit language=None causes the below warning since
Sphinx 5.0.0.

Invalid configuration value found: 'language = None'. Update your
configuration to a valid language code. Falling back to 'en' (English).

Change-Id: Ia7aca32a786e438bf8b778c8ec9350d8d6d94a24
This commit is contained in:
Takashi Kajinami 2022-06-06 23:32:51 +09:00
parent d5ff1a8941
commit efef85fe4d
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ release = ''
#
# 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 = None
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.

View File

@ -83,7 +83,7 @@ release = ''
#
# 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 = None
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.