From 1a928b02c726eec6f6ac0f5a1c75b6c44a5578e0 Mon Sep 17 00:00:00 2001 From: Zach Lewis Date: Mon, 12 May 2025 14:40:47 -0400 Subject: [PATCH] fix: adjust requirements.txt for documentation-building ci step Make sure we're not getting a version of setuptools that's so new it breaks stuff for us. Should fix CI failures like this one: https://github.com/AcademySoftwareFoundation/OpenColorIO/actions/runs/14816012234/job/41596531770#step:4:311 Signed-off-by: Zach Lewis --- docs/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/requirements.txt b/docs/requirements.txt index d7bfc577e4..334e782153 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -11,3 +11,4 @@ recommonmark sphinx-press-theme sphinx-tabs breathe +setuptools<68.0.0