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;