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: I072bb023fe3c197b757d3ea4232cefc1b27bb615
This commit is contained in:
Takashi Kajinami 2022-06-07 00:33:15 +09:00
parent 03d567928e
commit 19315d2132
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ openstackdocs_use_storyboard = True
#
# 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.