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:
parent
e5c284bb0d
commit
a745aebb77
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user