From feb52fcc07f40eabd90c8a40c149fa451d5f7e77 Mon Sep 17 00:00:00 2001 From: Arthur Wambst Date: Tue, 6 May 2025 14:12:39 +0200 Subject: [PATCH] trying stuff --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 497fc98..36a7b8b 100644 --- a/flake.nix +++ b/flake.nix @@ -26,8 +26,7 @@ # Fix Sphinx for Python 3.10 sphinx = if pythonVersion == "python310" then super.sphinx.overridePythonAttrs (old: { - version = "1.1.2"; # Use a version known to work with Python 3.10 - doCheck = true; # Skip tests to avoid compatibility issues + version = "latest"; # Use a version known to work with Python 3.10 }) else super.sphinx;