From 4016c1b45c7c101679dd0fc4404013a3ba662c93 Mon Sep 17 00:00:00 2001 From: Arthur Wambst Date: Tue, 6 May 2025 14:04:22 +0200 Subject: [PATCH] trying --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 337c754..4ecc69e 100644 --- a/flake.nix +++ b/flake.nix @@ -27,7 +27,7 @@ sphinx = if pythonVersion == "python310" then super.sphinx.overridePythonAttrs (old: { version = "6.2.1"; # Use a version known to work with Python 3.10 - doCheck = false; # Skip tests to avoid compatibility issues + doCheck = true; # Skip tests to avoid compatibility issues }) else super.sphinx;