From: Zack Cerza Date: Wed, 23 Aug 2023 19:24:56 +0000 (-0600) Subject: tox: Avoid buggy sphinx versions X-Git-Tag: 1.2.0~75^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=f14ce1748992090b04e36d38f8cdf4042b591071;p=teuthology.git tox: Avoid buggy sphinx versions See https://github.com/ceph/teuthology/pull/1884 Signed-off-by: Zack Cerza --- 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