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:
Oliver Hamlet
2024-04-25 08:27:28 +01:00
parent b23e33144e
commit e5f4bf041f
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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:
+3 -3
View File
@@ -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