summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2024-01-21 15:28:38 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2024-01-21 16:10:47 +0100
commitb7450b50823abfb5c5d97b5837803fbf8999bb2e (patch)
treebda6c0d70cd19aefe01d385176f73777954eee6f
parent[Alerts] Fix alert handler segfault on lt.pop_alerts (diff)
downloaddeluge-b7450b50823abfb5c5d97b5837803fbf8999bb2e.tar.xz
deluge-b7450b50823abfb5c5d97b5837803fbf8999bb2e.zip
[Docs] Bump sphinx version requirements
There are still warnings that need to be resolved but the build is passing.
-rw-r--r--docs/requirements.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/requirements.txt b/docs/requirements.txt
index de42439d9..3da1967f8 100644
--- a/docs/requirements.txt
+++ b/docs/requirements.txt
@@ -1,5 +1,5 @@
-sphinx==4.*
-myst-parser
-sphinx_rtd_theme==1.0.*
-sphinxcontrib-spelling==7.3.0
-sphinx-autodoc-typehints
+sphinx==7.2.*
+myst-parser==2.0.*
+sphinx_rtd_theme==2.0.*
+sphinxcontrib-spelling==8.0.*
+sphinx-autodoc-typehints==1.25.*