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