From afaba1640fbdc81cb5e2c04273d6079f63038bd0 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Fri, 28 Feb 2020 09:49:44 +0800 Subject: [PATCH] admin/doc-requirements: bump sphinx version to pick up the fix to address the search when using dirhtml builder see https://github.com/sphinx-doc/sphinx/pull/6741 Signed-off-by: Kefu Chai --- 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 16f3766784f48..a48da48188f17 100644 --- a/admin/doc-requirements.txt +++ b/admin/doc-requirements.txt @@ -1,4 +1,4 @@ -Sphinx == 2.3.0 +Sphinx == 2.4.3 git+https://github.com/ceph/sphinx-ditaa.git@py3#egg=sphinx-ditaa breathe == 4.14.0 pyyaml >= 5.1.2 -- 2.39.5