Skip to content

Commit

Permalink
containers: Cap sphinx at 7 to unblock CI.
Browse files Browse the repository at this point in the history
Just released sphinx 8.0 requires Pygments >= 2.17, but it fails to
build with it in practice.  Cap the version for now to unblock CI.

Signed-off-by: Ilya Maximets <[email protected]>
  • Loading branch information
igsilya committed Jul 29, 2024
1 parent 0607d75 commit 62d8a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/containers/py-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
flake8>=6.1.0
meson>=1.4,<1.5
scapy
sphinx
sphinx<8.0 # https://github.com/sphinx-doc/sphinx/issues/12711
setuptools
pyelftools
pyOpenSSL
Expand Down

0 comments on commit 62d8a49

Please sign in to comment.