From 975efab37a58fbb09fc1395850bc1c904f389cea Mon Sep 17 00:00:00 2001 From: "Brendon J. Boldt" Date: Wed, 2 Aug 2023 15:00:39 -0400 Subject: [PATCH] Update build-systems.json for sphinxcontrib-jquery --- overrides/build-systems.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/overrides/build-systems.json b/overrides/build-systems.json index 80ba9fa..6cc2585 100644 --- a/overrides/build-systems.json +++ b/overrides/build-systems.json @@ -17216,6 +17216,16 @@ "sphinxcontrib-httpdomain": [ "setuptools" ], + "sphinxcontrib-jquery": [ + { + "buildSystem": "setuptools", + "until": "3.0.0" + }, + { + "buildSystem": "flit-core", + "from": "3.0.0" + } + ], "sphinxcontrib-jsmath": [ "setuptools" ],