summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Roberts <ryan.roberts@arm.com>2024-01-19 08:47:24 +0000
committerRyan Roberts <ryan.roberts@arm.com>2024-01-19 08:47:24 +0000
commit496eb4adb42e5b8b53a495ccda92f97e26335368 (patch)
tree7ceda574ab2132dbdbed24680abf2cd5f683526c
parent24adf7d925520999cf6bcda3990a965983226d35 (diff)
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 <ryan.roberts@arm.com>
-rw-r--r--documentation/requirements.txt2
1 files changed, 1 insertions, 1 deletions
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