From e0bb4c800de380c561068d10924a65d3f996d3af Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Tue, 19 Oct 2021 17:51:50 -0700 Subject: [PATCH] doc: tweak python requirements for doc building Add compatible version ranges for breathe and sphinx to appease check by show-versions.py Signed-off-by: David B. Kinder --- doc/scripts/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/scripts/requirements.txt b/doc/scripts/requirements.txt index 8a0f53c4b..28fd2d4c4 100644 --- a/doc/scripts/requirements.txt +++ b/doc/scripts/requirements.txt @@ -1,5 +1,5 @@ -breathe==4.23.0 -sphinx==3.2.1 +breathe>=4.23.0,<=4.31 +sphinx>=3.2.1,<=3.5.4 docutils==0.16 sphinx_rtd_theme==1.0 sphinx-tabs==1.3.0