]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
tox: Avoid buggy sphinx versions 1885/head
authorZack Cerza <zack@redhat.com>
Wed, 23 Aug 2023 19:24:56 +0000 (13:24 -0600)
committerZack Cerza <zack@redhat.com>
Wed, 23 Aug 2023 19:24:56 +0000 (13:24 -0600)
See https://github.com/ceph/teuthology/pull/1884

Signed-off-by: Zack Cerza <zack@redhat.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index d9320dea616bb7e7289be6264cc826cfedab083b..71e059fe74330c267f0e6a200301f1545e2dc09d 100644 (file)
--- 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