Tox/Zuul: Docs: Clip openstackdocstheme version

A change introduced in openstackdocstheme 3.4
is incompatible with current syntax.
Clipping version to allow commits to merge.

Also removed Sphinx fixed version as pip reported
a conflict between the requested versions in
the requirements and contraints files.

Test Plan:
pass: tox -edocs --skip-missing-interpreters=false
pass: tox -ereleasenotes

Closes-Bug: 2085550

Change-Id: I7956636187572dfe85daf8b350334409f024a1f0
Signed-off-by: Leonardo Fagundes Luz Serrano <Leonardo.FagundesLuzSerrano@windriver.com>
This commit is contained in:
Leonardo Fagundes Luz Serrano 2024-10-24 12:22:50 -03:00
parent 4a94955bea
commit 8499f043cf

View File

@ -1,4 +1,3 @@
openstackdocstheme>=2.2.1 # Apache-2.0
openstackdocstheme>=2.2.1,<3.4 # Apache-2.0
os-api-ref>=1.4.0 # Apache-2.0
reno>=3.1.0 # Apache-2.0
sphinx==7.2.6 # BSD