From: Alfredo Deza Date: Tue, 23 Apr 2019 13:09:09 +0000 (-0400) Subject: tools: pin the version of breathe that works with Python2 X-Git-Tag: v15.1.0~2841^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F27721%2Fhead;p=ceph.git tools: pin the version of breathe that works with Python2 Signed-off-by: Alfredo Deza --- diff --git a/admin/doc-requirements.txt b/admin/doc-requirements.txt index 9c16068fc0e..0939b681334 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