From 496eb4adb42e5b8b53a495ccda92f97e26335368 Mon Sep 17 00:00:00 2001 From: Ryan Roberts Date: Fri, 19 Jan 2024 08:47:24 +0000 Subject: [PATCH] docs: Update sphinx version to 5.0 ReadTheDocs has started complaining that the Sphinx version (previously 4.5.0) is not compatible. So let's upgrade to 5.0 to fix that. Sphinx version error: The sphinxcontrib.applehelp extension used by this project needs at least Sphinx v5.0; it therefore cannot be built with this version. Signed-off-by: Ryan Roberts --- documentation/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/requirements.txt b/documentation/requirements.txt index b82e5e0..b04cc2b 100644 --- a/documentation/requirements.txt +++ b/documentation/requirements.txt @@ -6,7 +6,7 @@ jinja2==3.1.1 # Required to build the documentation -sphinx==4.5.0 +sphinx==5.0 sphinx_rtd_theme==1.0.0 sphinx-copybutton==0.5.0 docutils==0.17.1 -- GitLab