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 langauge code. Falling back to 'en' (English).

Change-Id: I30e525b04091615ac16d819202e9df591398d6e9
This commit is contained in:
Takashi Kajinami 2022-06-06 23:37:58 +09:00
parent 8a2019eea5
commit 3d90bb9cea
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ copyright = u'%d, OpenStack Foundation' % datetime.datetime.now().year
#
# 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
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used: