From ee102f6108508e5c88f44343036eab949510b12b Mon Sep 17 00:00:00 2001 From: Matthew Gerlach Date: Fri, 19 Jan 2024 15:00:39 -0800 Subject: [PATCH] opae: doc: fix version of sphinx Update to version 5.0.1 of sphinx which requires breathe 4.34. Signed-off-by: Matthew Gerlach --- doc/sphinx/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/sphinx/requirements.txt b/doc/sphinx/requirements.txt index 0f234a91776d..66beffbf1e3d 100644 --- a/doc/sphinx/requirements.txt +++ b/doc/sphinx/requirements.txt @@ -3,10 +3,10 @@ Jinja2==3.1.1 requests==2.31.0 docutils==0.14 pygments==2.15.0 -sphinx==4.5.0 +sphinx==5.0.1 sphinx-rtd-theme==1.0.0 sphinx_fontawesome==0.0.6 sphinx-markdown==1.0.2 recommonmark==0.7.0 -breathe==4.33.1 +breathe==4.34.0 urllib3==1.26.18