From b6bedaedf0693cc7b3a3be968c032217b93f8848 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Fri, 8 Feb 2019 07:48:57 -0500 Subject: [PATCH] doc: pin the version for `breathe` to 4.1.11 It has the compatibility needed for Sphinx version 1.6.3 Signed-off-by: Alfredo Deza --- 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 dc14113035d..44920d4bc3e 100644 --- a/admin/doc-requirements.txt +++ b/admin/doc-requirements.txt @@ -1,3 +1,3 @@ Sphinx == 1.6.3 -e git+https://github.com/ceph/sphinx-ditaa.git@py3#egg=sphinx-ditaa --e git+https://github.com/michaeljones/breathe#egg=breathe +breathe == 4.11.1 -- 2.47.3