sphinx: fix configuration

Set sphinx language to 'en', as newer versions of sphinx no longer
accept 'None'

Change-Id: I4f8431870e668716b9d1e0a18472cd14868f68f8
Signed-off-by: Davlet Panech <davlet.panech@windriver.com>
This commit is contained in:
Davlet Panech 2023-10-30 09:06:08 -04:00
parent e5c284bb0d
commit a745aebb77
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ openstackdocs_auto_name = False
#
# 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 = 'en'
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.