From d31f2a1eed519b42012ad5842671fab98e0e5bf2 Mon Sep 17 00:00:00 2001 From: Rodrigo Tobar Date: Fri, 21 Jun 2019 12:04:33 +0800 Subject: [PATCH] Restrict the breathe version The very latest version requires python3 (which is fine), but also requires the "upcoming Sphinx 2.0", which I haven't tested yet. Signed-off-by: Rodrigo Tobar --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 9421c11..2c2171f 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,2 @@ Sphinx==1.8.5 -breathe +breathe==4.12.0