From 645eaba4a35e8826a5c5c955a8e8daf3dcd048bd Mon Sep 17 00:00:00 2001 From: dwest77 Date: Tue, 19 Nov 2024 15:50:26 +0000 Subject: [PATCH] Downgraded pyproject version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 695450f..cff89a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ python = "^3.12" elasticsearch = "^7" requests = "^2.32.3" tqdm = "^4.66.6" -sphinx = "^8.1.3" +sphinx = "^7" directory-tree = { git = "https://github.com/cedadev/ceda-directory-tree.git", tag = "v1.1.3" } ceda-elasticsearch-tools = { git = "https://github.com/cedadev/ceda-elasticsearch-tools.git", tag = "v2.4.0" } tag-scanner = { git = "https://github.com/cedadev/cci-tag-scanner.git", tag = "v2.1.6" }