From b59c3d18af89dbae2142985f65aa20be9b5c4600 Mon Sep 17 00:00:00 2001 From: Andrey Borysenko Date: Mon, 7 Oct 2024 17:30:02 +0300 Subject: [PATCH 1/2] fix(docs): pin sphinx to <8 version Signed-off-by: Andrey Borysenko --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index c8a1a654..85b8aca1 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ -Sphinx>=4.5.0 +Sphinx>=4.5.0,<8.0.0 sphinx-rtd-theme>=1.2.2 sphinx-copybutton>=0.5.2 sphinx_issues>=3.0.1 From 98753334d89269fede43c2181d69150c11b0ae19 Mon Sep 17 00:00:00 2001 From: Alexander Piskun <13381981+bigcat88@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:32:09 +0300 Subject: [PATCH 2/2] CI docs: sphinx<8, sphinx-rtd-theme<3 Signed-off-by: Alexander Piskun --- docs/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 85b8aca1..bfb136cd 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,5 @@ -Sphinx>=4.5.0,<8.0.0 -sphinx-rtd-theme>=1.2.2 +Sphinx<8 +sphinx-rtd-theme<3 sphinx-copybutton>=0.5.2 sphinx_issues>=3.0.1 sphinx-inline-tabs