Skip to content

Commit

Permalink
tox: Avoid buggy sphinx versions
Browse files Browse the repository at this point in the history
See #1884

Signed-off-by: Zack Cerza <[email protected]>
  • Loading branch information
zmc committed Aug 23, 2023
1 parent 0dd5bae commit f14ce17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f14ce17

Please sign in to comment.