From a916feeee757e4e196967944feeb1e9b1f92c398 Mon Sep 17 00:00:00 2001 From: Nizamudeen A Date: Tue, 16 Jan 2024 10:51:56 +0530 Subject: [PATCH] admin/doc-requirements: bump Sphinx to 5.0.2 ``` Running Sphinx v4.5.0 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: Nizamudeen A --- admin/doc-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/doc-requirements.txt b/admin/doc-requirements.txt index 2f4970e3fbb..636f7e13851 100644 --- a/admin/doc-requirements.txt +++ b/admin/doc-requirements.txt @@ -1,4 +1,4 @@ -Sphinx == 4.5.0 +Sphinx == 5.0.2 git+https://github.com/ceph/sphinx-ditaa.git@py3#egg=sphinx-ditaa git+https://github.com/vlasovskikh/funcparserlib.git breathe >= 4.20.0,!=4.33