Switch sphinx language to en

With sphinx release of 5.0.0, they changed default for language variable
to 'en' from None. With that current None valuable is not valid and should
not be used.


Change-Id: If3d84c85f5b439989c2fc7dec0b51068c6fe505a
This commit is contained in:
Dmitriy Rabotyagov 2022-05-30 16:01:47 +02:00
parent 3404d6cef9
commit 18f2c885da
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ openstackdocs_bug_tag = ''
# #
# This is also used if you do content translation via gettext catalogs. # This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases. # Usually you set "language" from the command line for these cases.
language = None language = 'en'
# There are two options for replacing |today|: either, you set today to some # There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used: # non-false value, then it is used: