From 8714d91438dab65d0d61b2a9f20907ff8ad1b6fc Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 23 Apr 2019 09:09:09 -0400 Subject: [PATCH] tools: pin the version of breathe that works with Python2 Signed-off-by: Alfredo Deza (cherry picked from commit 7ab6a390053d7034b8dcf5a3d94c23a83d29f8ab) --- admin/doc-requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/admin/doc-requirements.txt b/admin/doc-requirements.txt index 9c16068fc0e89..0939b68133435 100644 --- a/admin/doc-requirements.txt +++ b/admin/doc-requirements.txt @@ -1,6 +1,7 @@ Sphinx == 1.8.3 git+https://github.com/ceph/sphinx-ditaa.git@py3#egg=sphinx-ditaa -git+https://github.com/michaeljones/breathe#egg=breathe +# newer versions of breathe will require Sphinx >= 2.0.0 and are Python3 only +breathe==4.12.0 # 4.2 is not yet release at the time of writing, to address CVE-2017-18342, # we have to use its beta release. pyyaml>=4.2b1 -- 2.39.5