[Stable-only][CI] Pin setuptools in docs job

Avoid installing setuptools greater or equal than 82.0.0
in docs env to avoid the "No module named 'pkg_resources'" error.

Change-Id: I45240eeabd855a72ba5098839985b845a119c001
Signed-off-by: Douglas Viroel <viroel@gmail.com>
This commit is contained in:
Douglas Viroel
2026-03-04 10:36:32 -03:00
parent 7739cb63e1
commit 9b5babfbcb

View File

@@ -68,6 +68,7 @@ commands =
[testenv:docs]
setenv = PYTHONHASHSEED=0
deps =
setuptools<82.0.0
-r{toxinidir}/doc/requirements.txt
commands =
rm -fr doc/build doc/source/api/ .autogenerated