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:
Dmitriy Rabotyagov
2023-08-31 17:39:36 +02:00
parent e88ba9b917
commit 8111839099

View File

@@ -144,7 +144,7 @@ openstackdocs_bug_tag = ''
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.
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: