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 b8702f5 commit eced1ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions utilities/containers/py-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
Pygments>=2.18
flake8>=6.1.0
meson>=1.4,<1.5
scapy
sphinx
sphinx<8.0
setuptools
pyelftools
pyOpenSSL
Expand Down

0 comments on commit eced1ee

Please sign in to comment.