mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Update Sphinx to fix build failures
One of Sphinx's default extensions now requires a newer version of Sphinx than what was used.
This commit is contained in:
+1
-1
@@ -77,7 +77,7 @@ release = u'latest'
|
||||
#
|
||||
# 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:
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
sphinx==4.2.0
|
||||
sphinx_rtd_theme==1.0.0
|
||||
breathe==4.31.0
|
||||
sphinx==7.3.7
|
||||
sphinx_rtd_theme==2.0.0
|
||||
breathe==4.35.0
|
||||
|
||||
Reference in New Issue
Block a user