From 2f1f16ed865114faedc3bdb3049da722284fab61 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Mon, 14 Dec 2020 16:25:07 +0800 Subject: [PATCH] admin/doc-requirements.txt: require breathe >= 4.20 to be compatible with Sphinx 3.2 see https://github.com/michaeljones/breathe/tree/v4.20.0#change-log 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 8e149e70b856..9e1b4d609ee1 100644 --- a/admin/doc-requirements.txt +++ b/admin/doc-requirements.txt @@ -1,6 +1,6 @@ Sphinx == 3.2.1 git+https://github.com/ceph/sphinx-ditaa.git@py3#egg=sphinx-ditaa -breathe +breathe >= 4.20.0 pyyaml >= 5.1.2 Cython prettytable -- 2.47.3