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: I5752d1d760aaf16feada69b92c73b9e2551b6b05
This commit is contained in:
parent
67d9c3cc28
commit
14ae896e16
@ -70,7 +70,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.
|
||||
|
Loading…
Reference in New Issue
Block a user