Set correct language for docs
Having language set to None results in a warning since it is not an appropriate lagnuage name. Setting it to the default 'en'. Change-Id: I6579d1ef078e24eabce9051a7907bf6a3db7b9a8
This commit is contained in:
@@ -144,7 +144,7 @@ openstackdocs_bug_tag = ''
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
language = None
|
||||
language = 'en'
|
||||
|
||||
# There are two options for replacing |today|: either, you set today to some
|
||||
# non-false value, then it is used:
|
||||
|
||||
Reference in New Issue
Block a user