From 8beb06a8feccf1f36b88fe28ebe57ecf90bf98d1 Mon Sep 17 00:00:00 2001 From: Leonardo Fagundes Luz Serrano Date: Tue, 29 Oct 2024 12:07:40 -0300 Subject: [PATCH] Tox/Zuul: Docs: Resolve dependency conflict A new version of openstackdocstheme (3.4) is incompatible with the current constraint on sphinx. Removed max version for sphinx. Test Plan: pass: tox -edocs --skip-missing-interpreters=false pass: tox -ereleasenotes Partial-Bug: 2085550 Change-Id: I8fb5f0f43b570578408668cb63642fc15c866b03 Signed-off-by: Leonardo Fagundes Luz Serrano --- doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 3734ee1c..797c4177 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,4 +1,4 @@ -sphinx>=2.0.0,!=2.1.0,<7.2.0 # BSD +sphinx>=2.0.0,!=2.1.0 # BSD openstackdocstheme>=2.2.1 # Apache-2.0 # Release Notes documentation