fix: sphinx breaking change
see https://github.com/sphinx-doc/sphinx/issues/10474
This commit is contained in:
committed by
Steve Chavez
parent
03e384d55b
commit
bd6d8624ab
+1
-1
@@ -66,7 +66,7 @@ release = u'11.2.0'
|
||||
#
|
||||
# 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'
|
||||
|
||||
# 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