From bb0c10e5679a652040ea622768fe28f556fe0971 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Tue, 17 Dec 2019 22:27:28 +0800 Subject: [PATCH] admin/doc-requirements.txt: bump Sphinx and breathe * use the latest Sphinx * use the latest breathe. also, since there is no need to be compatible with python2. we can move to 4.14.0 which is python3 only. Signed-off-by: Kefu Chai --- admin/doc-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/doc-requirements.txt b/admin/doc-requirements.txt index 0af3bde9220c4..1ef3f3059b70f 100644 --- a/admin/doc-requirements.txt +++ b/admin/doc-requirements.txt @@ -1,4 +1,4 @@ -Sphinx == 2.1.2 +Sphinx == 2.3.0 git+https://github.com/ceph/sphinx-ditaa.git@py3#egg=sphinx-ditaa -breathe == 4.13.1 +breathe == 4.14.0 pyyaml >= 5.1.2 -- 2.47.3