Fix sphinx configuration for tox docs
With sphinx version update, it is raised a warning (treated as error) with the 'language = None' configuration. The default value is 'language = en' which has the same behavior. Test plan PASS: Run tox and check it ends successfully. Closes-bug: 2033412 Related-Bug: #1976377 Change-Id: Ie003c0a02fcfc6f237ae5b3efb259de6748077ad Signed-off-by: Agustin Carranza <agustin.carranza@windriver.com>
This commit is contained in:
parent
b6727e579b
commit
b9cc232de3
@ -63,7 +63,7 @@ openstackdocs_auto_name = False
|
|||||||
#
|
#
|
||||||
# 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' # Default value
|
||||||
|
|
||||||
# List of patterns, relative to source directory, that match files and
|
# List of patterns, relative to source directory, that match files and
|
||||||
# directories to ignore when looking for source files.
|
# directories to ignore when looking for source files.
|
||||||
|
Loading…
Reference in New Issue
Block a user