From d48b964e7ab1f844ff2765c22affbe307b4d2884 Mon Sep 17 00:00:00 2001 From: Colin Goutte Date: Fri, 25 Aug 2023 09:59:34 +0200 Subject: [PATCH] Sphinx has an install issue to we skip it for now --- Pipfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Pipfile b/Pipfile index a58cd5b..d3a82e4 100644 --- a/Pipfile +++ b/Pipfile @@ -7,8 +7,6 @@ name = "pypi" [dev-packages] pytest = "*" -sphinx = "==7.1.2" -"sphinx.builders.linkcheck" = "*" [requires] python_version = "3.12"