trying
This commit is contained in:
parent
9b0ea3046f
commit
4016c1b45c
@ -27,7 +27,7 @@
|
|||||||
sphinx = if pythonVersion == "python310" then
|
sphinx = if pythonVersion == "python310" then
|
||||||
super.sphinx.overridePythonAttrs (old: {
|
super.sphinx.overridePythonAttrs (old: {
|
||||||
version = "6.2.1"; # 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
|
doCheck = true; # Skip tests to avoid compatibility issues
|
||||||
})
|
})
|
||||||
else
|
else
|
||||||
super.sphinx;
|
super.sphinx;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user