From: Kefu Chai Date: Tue, 17 Dec 2019 14:27:28 +0000 (+0800) Subject: admin/doc-requirements.txt: bump Sphinx and breathe X-Git-Tag: v15.1.0~460^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F32301%2Fhead;p=ceph.git 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 --- 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