From 1c80941bef20e873b0228819dfba5d048d60e241 Mon Sep 17 00:00:00 2001 From: mmcky Date: Tue, 19 Nov 2024 11:17:15 +1100 Subject: [PATCH] fix sphinx>=5,<8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6dd034b..1809574 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ readme = "README.md" requires-python = ">=3.7" dependencies = [ "pyyaml", - "sphinx>=5,<6", + "sphinx>=5,<8", "docutils", "click", "libsass~=0.20.1",