From fa5fbdcbe1a37a22ce2489f866269a6bfb78fd5e Mon Sep 17 00:00:00 2001 From: Matthias Schiffer <mschiffer@universe-factory.net> Date: Mon, 7 Oct 2024 19:23:09 +0200 Subject: [PATCH] docs: requirements.txt: update to Sphinx 8.0.2 and sphinx-rtd-theme 3.0.0 As far as I can tell, the docs look fine with the new version. This drops support for Python 3.9. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> --- docs/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 4e09d9c38..a13d4dec7 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,2 @@ -Sphinx==7.3.7 -sphinx-rtd-theme==2.0.0 +Sphinx==8.0.2 +sphinx-rtd-theme==3.0.0 -- GitLab