From f14ce1748992090b04e36d38f8cdf4042b591071 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Wed, 23 Aug 2023 13:24:56 -0600 Subject: [PATCH] tox: Avoid buggy sphinx versions See https://github.com/ceph/teuthology/pull/1884 Signed-off-by: Zack Cerza --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d9320dea61..71e059fe74 100644 --- a/tox.ini +++ b/tox.ini @@ -31,7 +31,7 @@ install_command = pip install --upgrade {opts} {packages} changedir=docs deps= -r{toxinidir}/requirements.txt - sphinx + sphinx != 7.2.0, != 7.2.1, != 7.2.2 sphinxcontrib-programoutput commands= sphinx-apidoc -f -o . ../teuthology ../teuthology/test ../teuthology/orchestra/test ../teuthology/task/test -- 2.39.5